TextAreaStyleState class

Constructors

TextAreaStyleState({Style? base, Style? cursorLine, Style? cursorLineNumber, Map<String, Style>? decorationStyles, Map<String, Style>? lineDecorationStyles, Style? endOfBuffer, Style? lineNumber, Style? placeholder, Style? prompt, Style? selection, 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
computedSelection → Style
no setter
computedText → Style
no setter
cursorLine ↔ Style
getter/setter pair
cursorLineNumber ↔ Style
getter/setter pair
decorationStyles ↔ Map<String, Style>
getter/setter pair
endOfBuffer ↔ Style
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
lineDecorationStyles ↔ Map<String, Style>
getter/setter pair
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
selection ↔ Style
getter/setter pair
text ↔ Style
getter/setter pair

Methods

computedDecorationStyle(String styleKey) → Style?
computedLineDecorationStyle(String styleKey) → Style?
computedLineNumberDecorationStyle(String styleKey, {String? lineStyleKey}) → Style?
copyWith({Style? base, Style? cursorLine, Style? cursorLineNumber, Map<String, Style>? decorationStyles, Map<String, Style>? lineDecorationStyles, Style? endOfBuffer, Style? lineNumber, Style? placeholder, Style? prompt, Style? selection, 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