withOpacity method

PieChartTheme withOpacity(
  1. double value
)

Replaces PieChartTheme.opacity with value.

Implementation

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