ChartPieItem class
- Available extensions
Constructors
- ChartPieItem.new({required double value, required String title, Color? color})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toPieChartSectionData(
{double? radius, TextStyle? titleStyle, String unity = " %"}) → PieChartSectionData -
Available on ChartPieItem, provided by the ChartPieItemMapper extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited