withStartAngleDegrees method

PolarPaneConfig withStartAngleDegrees(
  1. double value
)

Replaces PolarPaneConfig.startAngleDegrees with value.

Implementation

PolarPaneConfig withStartAngleDegrees(double value) =>
    copyWith(startAngleDegrees: value);