ColorConfig class

xterm color 256 ColorConfig(infoRgb:xtermRgb(Colors.red.red,Colors.red.green,Colors.red.blue));

Constructors

ColorConfig({int? infoRgb = 10, int? debugRgb = 14, int? warnRgb = 11, int? errorRgb = 9, bool? enableColor = true})

Properties

debugRgb int?
xterm color
final
enableColor bool?
enableColor
final
errorRgb int?
xterm color
final
hashCode int
The hash code for this object.
no setterinherited
infoRgb int?
xterm color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnRgb int?
xterm 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