withStartAngleDegrees method
- double value
Replaces PieChartStyle.startAngleDegrees with value.
Implementation
PieChartStyle withStartAngleDegrees(double value) =>
copyWith(startAngleDegrees: value);
Replaces PieChartStyle.startAngleDegrees with value.
PieChartStyle withStartAngleDegrees(double value) =>
copyWith(startAngleDegrees: value);