withPattern method

BarChartStyle withPattern(
  1. BarPatternStyle value
)

Replaces BarChartStyle.pattern with value.

Implementation

BarChartStyle withPattern(BarPatternStyle value) => copyWith(pattern: value);