withSelectionExplodeOffset method

PieChartStyle withSelectionExplodeOffset(
  1. double value
)

Replaces PieChartStyle.selectionExplodeOffset with value.

Implementation

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