CircleChartItemData class

The data is used to draw the CircleChart Each item has CircleChartItemData.value and the CircleChart will calculate total value itself and display as a label.

Constructors

CircleChartItemData({required Color color, required double value, required String name, required String description})
Constructor

Properties

color Color
color : color to draw.
final
description String
description : Item description is used to describe more details each item.
final
hashCode int
The hash code for this object.
no setterinherited
name String
name : is used to call each item.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
value : value to calculate its part of the CircleChart.
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