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})
-
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