CircularChart class

Constructors

CircularChart(List<CircularChartStack> stacks, CircularChartType chartType, {SegmentEdgeStyle? edgeStyle = SegmentEdgeStyle.flat})
CircularChart.empty({required CircularChartType chartType})
factory
CircularChart.fromData({required Size size, required List<CircularStackEntry> data, required CircularChartType chartType, required bool percentageValues, required double startAngle, Map<String?, int>? stackRanks, Map<String?, int>? entryRanks, double? holeRadius, SegmentEdgeStyle? edgeStyle})
factory

Properties

chartType CircularChartType
final
edgeStyle SegmentEdgeStyle?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stacks List<CircularChartStack>
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