withStrokeWidth method
- double value
Replaces RangeAreaBoundaryStyle.strokeWidth with value.
Implementation
RangeAreaBoundaryStyle withStrokeWidth(double value) =>
copyWith(strokeWidth: value);
Replaces RangeAreaBoundaryStyle.strokeWidth with value.
RangeAreaBoundaryStyle withStrokeWidth(double value) =>
copyWith(strokeWidth: value);