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