withShowPeriod method

BarRaceConfig withShowPeriod(
  1. bool value
)

Replaces BarRaceConfig.showPeriod with value.

Implementation

BarRaceConfig withShowPeriod(bool value) => copyWith(showPeriod: value);