withUnit method
- String value
Replaces PieSliceRadiusConfig.unit with value.
Implementation
PieSliceRadiusConfig withUnit(String value) => copyWith(unit: value);
Replaces PieSliceRadiusConfig.unit with value.
PieSliceRadiusConfig withUnit(String value) => copyWith(unit: value);