SecondaryRendererColors class
- Inheritance
-
- Object
- RendererColors
- SecondaryRendererColors
Constructors
- SecondaryRendererColors({Color macd = const Color(0xff4729AE), Color dif = const Color(0xffC9B885), Color dea = const Color(0xff6CB0A6), Color k = const Color(0xffC9B885), Color d = const Color(0xff6CB0A6), Color j = const Color(0xff9979C6), Color rsi = const Color(0xffC9B885), Color defaultText = const Color(0xff60738E), 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
- d → Color
-
final
- dea → Color
-
final
- defaultText → Color
-
final
- dif → Color
-
final
- down → Color
-
Data down color.
finalinherited
- grid → Color
-
Grid color.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- j → Color
-
final
- k → Color
-
final
- ma10 → Color
-
finalinherited
- ma30 → Color
-
finalinherited
- ma5 → Color
-
finalinherited
- macd → Color
-
final
- rsi → Color
-
final
- 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