withSupportingTextSize method

BarRacePeriodStyle withSupportingTextSize(
  1. double value
)

Replaces BarRacePeriodStyle.supportingTextSize with value.

Implementation

BarRacePeriodStyle withSupportingTextSize(double value) =>
    copyWith(supportingTextSize: value);