ChartGridDataItem class

A collection of values for a grid in a chart.

Constructors

ChartGridDataItem({required double value})

Properties

currentColor Color
Current color during the animation.
no setter
currentEndPos Offset
Current end position during the animation.
no setter
currentStartPos Offset
Current start position 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
lastEndPos Offset
Last end position on finish/stop animation.
no setter
lastStartPos Offset
Last start position on finish/stop animation.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
The value of data item.
final

Methods

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

Operators

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