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