withAngleDegrees method

PieGradientStyle withAngleDegrees(
  1. double value
)

Replaces PieGradientStyle.angleDegrees with value.

Implementation

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