TextAreaStyleState class

Constructors

TextAreaStyleState({Style? base, Style? cursorLine, Style? cursorLineNumber, Style? endOfBuffer, Style? lineNumber, Style? placeholder, Style? prompt, Style? text})

Properties

base Style
getter/setter pair
computedCursorLine Style
no setter
computedCursorLineNumber Style
no setter
computedEndOfBuffer Style
no setter
computedLineNumber Style
no setter
computedPlaceholder Style
no setter
computedPrompt Style
no setter
computedText Style
no setter
cursorLine Style
getter/setter pair
cursorLineNumber Style
getter/setter pair
endOfBuffer Style
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineNumber Style
getter/setter pair
placeholder Style
getter/setter pair
prompt Style
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text Style
getter/setter pair

Methods

copyWith({Style? base, Style? cursorLine, Style? cursorLineNumber, Style? endOfBuffer, Style? lineNumber, Style? placeholder, Style? prompt, Style? text}) TextAreaStyleState
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited