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