clearColor method

BarRacePeriodStyle clearColor()

Clears BarRacePeriodStyle.color to null.

Implementation

BarRacePeriodStyle clearColor() => copyWith(clearColor: true);