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