MainRendererColors class
- Inheritance
-
- Object
- RendererColors
- MainRendererColors
Constructors
- MainRendererColors.new({Color kLine = const Color(0xff4C86CD), Color lineFill = const Color(0x554C86CD), Color lineFillInside = const Color(0x00000000), 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.
finalinherited
- grid → Color
-
Grid color.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- kLine → Color
-
final
- lineFill → Color
-
final
- lineFillInside → Color
-
final
- ma10 → Color
-
finalinherited
- ma30 → Color
-
finalinherited
- ma5 → Color
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- up → Color
-
Data up color.
finalinherited
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