withLabel method

RadialBarThreshold withLabel(
  1. String value
)

Replaces RadialBarThreshold.label with value.

Implementation

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