withFontSize method

BarRacePeriodStyle withFontSize(
  1. double value
)

Replaces BarRacePeriodStyle.fontSize with value.

Implementation

BarRacePeriodStyle withFontSize(double value) => copyWith(fontSize: value);