clearStrokeWidth method

SegmentStyle clearStrokeWidth()

Clears SegmentStyle.strokeWidth to null.

Implementation

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