withValueFormat method
- BarRaceValueFormat value
Replaces BarRaceConfig.valueFormat with value.
Implementation
BarRaceConfig withValueFormat(BarRaceValueFormat value) =>
copyWith(valueFormat: value);
Replaces BarRaceConfig.valueFormat with value.
BarRaceConfig withValueFormat(BarRaceValueFormat value) =>
copyWith(valueFormat: value);