withColor method

BarRacePeriodStyle withColor(
  1. Color value
)

Replaces BarRacePeriodStyle.color with value.

Implementation

BarRacePeriodStyle withColor(Color value) => copyWith(color: value);