clearColor method

SegmentStyle clearColor()

Clears SegmentStyle.color to null.

Implementation

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