RendererColors class

Implementers

Constructors

RendererColors({Color up = const Color(0xffC15466), Color down = const Color(0xff4DAA90), Color grid = const Color(0xff4c5c74), Color ma5 = const Color(0xffC9B885), Color ma10 = const Color(0xff6CB0A6), Color ma30 = const Color(0xff9979C6)})
const

Properties

down Color
Data down color.
final
grid Color
Grid color.
final
hashCode int
The hash code for this object.
no setterinherited
ma10 Color
final
ma30 Color
final
ma5 Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
up Color
Data up 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