ChartSelectColors class

Constructors

ChartSelectColors.new({Color fill = const Color(0xff0D1722), Color border = const Color(0xff6C7A86), Color text = const Color(0xffffffff), Color upText = const Color(0xffff0000), Color downText = const Color(0xff00ff00), Color dot = const Color(0xffffffff)})
const

Properties

border Color
final
dot Color
Selected dot color.
final
downText Color
final
fill Color
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text Color
final
upText 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