withStartAngleDegrees method

PieChartStyle withStartAngleDegrees(
  1. double value
)

Replaces PieChartStyle.startAngleDegrees with value.

Implementation

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