withLabel method

PieSliceRadiusConfig withLabel(
  1. String value
)

Replaces PieSliceRadiusConfig.label with value.

Implementation

PieSliceRadiusConfig withLabel(String value) => copyWith(label: value);