ChartCandleDataItemValue class

A collection of values for per value candle in a chart in.

Constructors

ChartCandleDataItemValue({required double max, required double min})

Properties

currentColor Color
Current color during the animation.
no setter
currentPos Offset
Current position during the animation.
no setter
currentSize Size
Current size during the animation.
no setter
hashCode int
The hash code for this object.
no setterinherited
lastColor Color
Last color on finish/stop animation.
no setter
lastPos Offset
Last position on finish/stop animation.
no setter
lastSize Size
Last size on finish/stop animation.
no setter
max double
The max of data item.
final
min double
The min of data item.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposing all animations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setup({required Color color, required AnimationController controller, required Offset pos, required Size size, Color? initialColor, Offset? initialPos, Size? initialSize, ChartCandleDataItemValue? oldItem}) → void
Initialize animations.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited