ChartColors class

Constructors

ChartColors.new()

Properties

bgColor List<Color>
getter/setter pair
crossTextColor Color
getter/setter pair
dColor Color
getter/setter pair
deaColor Color
getter/setter pair
defaultTextColor Color
getter/setter pair
depthBuyColor Color
getter/setter pair
depthSellColor Color
getter/setter pair
difColor Color
getter/setter pair
dnColor Color
getter/setter pair
gridColor Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hCrossColor Color
getter/setter pair
infoWindowDnColor Color
getter/setter pair
infoWindowNormalColor Color
getter/setter pair
infoWindowTitleColor Color
getter/setter pair
infoWindowUpColor Color
getter/setter pair
jColor Color
getter/setter pair
kColor Color
getter/setter pair
kLineColor Color
getter/setter pair
lineFillColor Color
getter/setter pair
lineFillInsideColor Color
getter/setter pair
ma10Color Color
getter/setter pair
ma30Color Color
getter/setter pair
ma5Color Color
getter/setter pair
macdColor Color
getter/setter pair
maxColor Color
getter/setter pair
minColor Color
getter/setter pair
nowPriceDnColor Color
getter/setter pair
nowPriceTextColor Color
getter/setter pair
nowPriceUpColor Color
getter/setter pair
rsiColor Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectBorderColor Color
getter/setter pair
selectFillColor Color
getter/setter pair
upColor Color
getter/setter pair
vCrossColor Color
getter/setter pair
volColor Color
getter/setter pair

Methods

copyWith({List<Color>? bgColor, Color? kLineColor, Color? lineFillColor, Color? lineFillInsideColor, Color? ma5Color, Color? ma10Color, Color? ma30Color, Color? upColor, Color? dnColor, Color? volColor, Color? macdColor, Color? difColor, Color? deaColor, Color? kColor, Color? dColor, Color? jColor, Color? rsiColor, Color? defaultTextColor, Color? nowPriceUpColor, Color? nowPriceDnColor, Color? nowPriceTextColor, Color? depthBuyColor, Color? depthSellColor, Color? selectBorderColor, Color? selectFillColor, Color? gridColor, Color? infoWindowNormalColor, Color? infoWindowTitleColor, Color? infoWindowUpColor, Color? infoWindowDnColor, Color? hCrossColor, Color? vCrossColor, Color? crossTextColor, Color? maxColor, Color? minColor}) ChartColors
getMAColor(int index) Color
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

Static Methods

dark() ChartColors
light() ChartColors