withAngleDegrees method
- double value
Replaces RadarGradientStyle.angleDegrees with value.
Implementation
RadarGradientStyle withAngleDegrees(double value) =>
copyWith(angleDegrees: value);
Replaces RadarGradientStyle.angleDegrees with value.
RadarGradientStyle withAngleDegrees(double value) =>
copyWith(angleDegrees: value);