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