withAngleDegrees method

RadarGradientStyle withAngleDegrees(
  1. double value
)

Replaces RadarGradientStyle.angleDegrees with value.

Implementation

RadarGradientStyle withAngleDegrees(double value) =>
    copyWith(angleDegrees: value);