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