CandleSticksStyle class

Constructors

CandleSticksStyle({required Color borderColor, required Color background, required Color primaryBull, required Color secondaryBull, required Color primaryBear, required Color secondaryBear, required Color hoverIndicatorBackgroundColor, required Color primaryTextColor, required Color secondaryTextColor, required Color mobileCandleHoverColor, required Color loadingColor, required Color toolBarColor})
CandleSticksStyle.dark({Color? borderColor, Color? background, Color? primaryBull, Color? secondaryBull, Color? primaryBear, Color? secondaryBear, Color? hoverIndicatorBackgroundColor, Color? primaryTextColor, Color? secondaryTextColor, Color? mobileCandleHoverColor, Color? loadingColor, Color? toolBarColor})
factory
CandleSticksStyle.light({Color? borderColor, Color? background, Color? primaryBull, Color? secondaryBull, Color? primaryBear, Color? secondaryBear, Color? hoverIndicatorBackgroundColor, Color? primaryTextColor, Color? secondaryTextColor, Color? mobileCandleHoverColor, Color? loadingColor, Color? toolBarColor})
factory

Properties

background Color
final
borderColor Color
final
hashCode int
The hash code for this object.
no setterinherited
hoverIndicatorBackgroundColor Color
final
loadingColor Color
final
mobileCandleHoverColor Color
final
primaryBear Color
final
primaryBull Color
final
primaryTextColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryBear Color
final
secondaryBull Color
final
secondaryTextColor Color
final
toolBarColor Color
final

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