withLabel method
- String value
Replaces BarRaceFrame.label with value.
Implementation
BarRaceFrame withLabel(String value) => copyWith(label: value);
Replaces BarRaceFrame.label with value.
BarRaceFrame withLabel(String value) => copyWith(label: value);