withStrokeWidth method

RangeAreaBoundaryStyle withStrokeWidth(
  1. double value
)

Replaces RangeAreaBoundaryStyle.strokeWidth with value.

Implementation

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