withStrokeWidth method

SegmentStyle withStrokeWidth(
  1. double value
)

Replaces SegmentStyle.strokeWidth with value.

Implementation

SegmentStyle withStrokeWidth(double value) => copyWith(strokeWidth: value);