withFontWeight method
- FontWeight value
Replaces BarRacePeriodStyle.fontWeight with value.
Implementation
BarRacePeriodStyle withFontWeight(FontWeight value) =>
copyWith(fontWeight: value);
Replaces BarRacePeriodStyle.fontWeight with value.
BarRacePeriodStyle withFontWeight(FontWeight value) =>
copyWith(fontWeight: value);