struct

Bubbles::TextInput::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.

Constructors

new(focused : Bubbles::TextInput::StyleState = StyleState.new, blurred : Bubbles::TextInput::StyleState = StyleState.new, cursor : Bubbles::TextInput::CursorStyle = CursorStyle.new)
Source

Instance methods

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