withClockwise method
- bool value
Replaces DonutChartStyle.clockwise with value.
Implementation
DonutChartStyle withClockwise(bool value) => copyWith(clockwise: value);
Replaces DonutChartStyle.clockwise with value.
DonutChartStyle withClockwise(bool value) => copyWith(clockwise: value);