withFontSize method
- double value
Replaces BarRacePeriodStyle.fontSize with value.
Implementation
BarRacePeriodStyle withFontSize(double value) => copyWith(fontSize: value);
Replaces BarRacePeriodStyle.fontSize with value.
BarRacePeriodStyle withFontSize(double value) => copyWith(fontSize: value);