TerminalLibraryFlutterTheme class

Constructors

TerminalLibraryFlutterTheme({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})
const

Properties

background Color
final
black Color
final
blue Color
final
brightBlack Color
final
brightBlue Color
final
brightCyan Color
final
brightGreen Color
final
brightMagenta Color
final
brightRed Color
final
brightWhite Color
final
brightYellow Color
final
cursor Color
final
cyan Color
final
foreground Color
final
green Color
final
hashCode int
The hash code for this object.
no setterinherited
magenta Color
final
red Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchHitBackground Color
final
searchHitBackgroundCurrent Color
final
searchHitForeground Color
final
selection Color
final
white Color
final
yellow Color
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