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