SecondaryRendererStyle class

Inheritance

Constructors

SecondaryRendererStyle({double macdWidth = 3.0, SecondaryRendererColors colors = const SecondaryRendererColors(), EdgeInsets padding = const EdgeInsets.only(left: 5, right: 5, top: 12), double fontSize = 10})
const

Properties

colors SecondaryRendererColors
final
fontSize double
finalinherited
hashCode int
The hash code for this object.
no setterinherited
macdWidth double
macd柱子宽度
final
padding EdgeInsets
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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