ChartGroupPieDataItem class

A collection of values for a group pies in a chart.

Inheritance

Constructors

ChartGroupPieDataItem({required double amount, required Color color, required String label})

Properties

amount double
The amount of data item.
final
color Color
The color of data item.
final
currentValueColor Color
Current color during the animation.
no setter
currentValueStart double
Current start during the animation.
no setter
currentValueSweep double
Current sweep during the animation.
no setter
hashCode int
The hash code for this object.
no setterinherited
label String
The label of data item.
final
lastValueColor Color
Last color on finish/stop animation.
no setter
lastValueStart double
Last start on finish/stop animation.
no setter
lastValueSweep double
Last sweep on finish/stop animation.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposing all animations.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setupValue({required AnimationController controller, required Color color, required double startAngle, required double sweepAngle, Color? initialColor, double? initialStartAngle, double? initialSweepAngle, ChartGroupPieDataItem? oldItem}) → void
Initialize animations.
toString() String
A string representation of this object.
inherited

Operators

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