withStrokeWidth method

BarPatternStyle withStrokeWidth(
  1. double value
)

Replaces BarPatternStyle.strokeWidth with value.

Implementation

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