TerminalLibraryFlutterHighlight class

UncompleteDocumentation

Mixed-in types

Constructors

TerminalLibraryFlutterHighlight.new(TerminalLibraryFlutterController owner, {required CellAnchor p1, required CellAnchor p2, required Color color})
UncompleteDocumentation

Properties

color Color
UncompleteDocumentation
final
disposed bool
UncompleteDocumentation
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
onDisposed Event
UncompleteDocumentation
no setterinherited
owner TerminalLibraryFlutterController
UncompleteDocumentation
final
p1 CellAnchor
UncompleteDocumentation
final
p2 CellAnchor
UncompleteDocumentation
final
range BufferRange?
Returns the range of the highlight. May be null if the anchors that define the highlight are not attached to the terminal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
UncompleteDocumentation
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(Disposable disposable) → void
UncompleteDocumentation
inherited
registerCallback(void callback()) → void
UncompleteDocumentation
inherited
toString() String
A string representation of this object.
inherited

Operators

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