withSpacing method

BarPatternStyle withSpacing(
  1. double value
)

Replaces BarPatternStyle.spacing with value.

Implementation

BarPatternStyle withSpacing(double value) => copyWith(spacing: value);