withStartAngleDegrees method

DonutChartStyle withStartAngleDegrees(
  1. double value
)

Replaces DonutChartStyle.startAngleDegrees with value.

Implementation

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