withOpacity method

BarPatternStyle withOpacity(
  1. double value
)

Replaces BarPatternStyle.opacity with value.

Implementation

BarPatternStyle withOpacity(double value) => copyWith(opacity: value);