withSelectionExplodeOffset method

DonutChartStyle withSelectionExplodeOffset(
  1. double value
)

Replaces DonutChartStyle.selectionExplodeOffset with value.

Implementation

DonutChartStyle withSelectionExplodeOffset(double value) =>
    copyWith(selectionExplodeOffset: value);