withUnit method

PieSliceRadiusConfig withUnit(
  1. String value
)

Replaces PieSliceRadiusConfig.unit with value.

Implementation

PieSliceRadiusConfig withUnit(String value) => copyWith(unit: value);