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