withShowPeriod method
- bool value
Replaces BarRaceConfig.showPeriod with value.
Implementation
BarRaceConfig withShowPeriod(bool value) => copyWith(showPeriod: value);
Replaces BarRaceConfig.showPeriod with value.
BarRaceConfig withShowPeriod(bool value) => copyWith(showPeriod: value);