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