ChartColors class

Constructors

ChartColors({List<Color> background = const [Color.fromARGB(255, 0, 0, 1), Color(0xff18191d)], Color defaultText = const Color(0xff60738E), Color nowPriceUp = const Color(0xff4DAA90), Color nowPriceDown = const Color(0xffC15466), Color nowPriceText = const Color(0xffffffff), Color maxColor = const Color(0xffffffff), Color minColor = const Color(0xffffffff)})
const

Properties

background List<Color>
final
defaultText Color
final
hashCode int
The hash code for this object.
no setterinherited
maxColor Color
final
minColor Color
final
nowPriceDown Color
final
nowPriceText Color
final
nowPriceUp Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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