withSelectionExplodeOffset method
- double value
Replaces DonutChartStyle.selectionExplodeOffset with value.
Implementation
DonutChartStyle withSelectionExplodeOffset(double value) =>
copyWith(selectionExplodeOffset: value);
Replaces DonutChartStyle.selectionExplodeOffset with value.
DonutChartStyle withSelectionExplodeOffset(double value) =>
copyWith(selectionExplodeOffset: value);