clearColor method

BarPatternStyle clearColor()

Clears BarPatternStyle.color to null.

Implementation

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