struct

Bubbles::Textarea::Styles

Inherits Struct < Value < Object

Styles are the styles for the textarea, separated into focused and blurred states. The appropriate styles will be chosen based on the focus state of the textarea. Ported exactly from Go: vendor/bubbles/textarea/textarea.go:178

Constructors

new(focused : StyleState, blurred : StyleState, cursor : CursorStyle)
Source

Instance methods

blurred
Source
blurred=(blurred : StyleState)
Source
cursor
Source
cursor=(cursor : CursorStyle)
Source
focused
Source
focused=(focused : StyleState)
Source