TerminalLibraryFlutterTheme class
UncompleteDocumentation
Constructors
- TerminalLibraryFlutterTheme.new({required Color cursor, required Color selection, required Color foreground, required Color background, required Color black, required Color white, required Color red, required Color green, required Color yellow, required Color blue, required Color magenta, required Color cyan, required Color brightBlack, required Color brightRed, required Color brightGreen, required Color brightYellow, required Color brightBlue, required Color brightMagenta, required Color brightCyan, required Color brightWhite, required Color searchHitBackground, required Color searchHitBackgroundCurrent, required Color searchHitForeground})
-
UncompleteDocumentation
const
Properties
- background → Color
-
UncompleteDocumentation
final
- black → Color
-
UncompleteDocumentation
final
- blue → Color
-
UncompleteDocumentation
final
- brightBlack → Color
-
UncompleteDocumentation
final
- brightBlue → Color
-
UncompleteDocumentation
final
- brightCyan → Color
-
UncompleteDocumentation
final
- brightGreen → Color
-
UncompleteDocumentation
final
- brightMagenta → Color
-
UncompleteDocumentation
final
- brightRed → Color
-
UncompleteDocumentation
final
- brightWhite → Color
-
UncompleteDocumentation
final
- brightYellow → Color
-
UncompleteDocumentation
final
- cursor → Color
-
UncompleteDocumentation
final
- cyan → Color
-
UncompleteDocumentation
final
- foreground → Color
-
UncompleteDocumentation
final
- green → Color
-
UncompleteDocumentation
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- magenta → Color
-
UncompleteDocumentation
final
- red → Color
-
UncompleteDocumentation
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchHitBackground → Color
-
UncompleteDocumentation
final
- searchHitBackgroundCurrent → Color
-
UncompleteDocumentation
final
- searchHitForeground → Color
-
UncompleteDocumentation
final
- selection → Color
-
UncompleteDocumentation
final
- white → Color
-
UncompleteDocumentation
final
- yellow → Color
-
UncompleteDocumentation
final
Methods
-
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