withOpacity method

BarChartStyle withOpacity(
  1. double value
)

Replaces BarChartStyle.opacity with value.

Implementation

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