ChartGroupPieSettings class

A collection of values for settings in group pies.

Constructors

ChartGroupPieSettings({double angleOffset = 30.0, double gapBetweenChartCircles = 20.0, double gapSweepAngle = 10.0, double radius = 4.0, double thickness = 8.0})
const

Properties

angleOffset double
The angle offset of group pies.
final
gapBetweenChartCircles double
The gap between chart circles of group pies.
final
gapSweepAngle double
The gap sweep angle of group pies.
final
hashCode int
The hash code for this object.
no setterinherited
radius double
The radius of group pies.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thickness double
The thickness of group pies.
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