withFontWeight method

BarRacePeriodStyle withFontWeight(
  1. FontWeight value
)

Replaces BarRacePeriodStyle.fontWeight with value.

Implementation

BarRacePeriodStyle withFontWeight(FontWeight value) =>
    copyWith(fontWeight: value);