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