MainRendererStyle class

Inheritance

Constructors

MainRendererStyle({double candleWidth = 8.5, double candleLineWidth = 1.5, VerticalTextAlignment yAxisAlignment = VerticalTextAlignment.left, MainRendererColors colors = const MainRendererColors(), double fontSize = 10, EdgeInsets padding = const EdgeInsets.only(left: 5, right: 5, top: 22, bottom: 20)})
const

Properties

candleLineWidth double
final
candleWidth double
final
colors MainRendererColors
final
fontSize double
finalinherited
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yAxisAlignment VerticalTextAlignment
final

Methods

getMAColor(int index) Color
inherited
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