withClockwise method

DonutChartStyle withClockwise(
  1. bool value
)

Replaces DonutChartStyle.clockwise with value.

Implementation

DonutChartStyle withClockwise(bool value) => copyWith(clockwise: value);