ColorConfig class

print text color config

Constructors

ColorConfig({Color debug = const Color(0xffbbcdc5), Color info = const Color(0xff177cb0), Color warning = const Color(0xffe29c45), Color error = const Color(0xffd9333f)})
const

Properties

debug Color
act on logger.d
final
error Color
act on logger.e
final
hashCode int
The hash code for this object.
no setterinherited
info Color
act on logger.i
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warning Color
act on logger.w
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