withOpacity method

PieChartStyle withOpacity(
  1. double value
)

Replaces PieChartStyle.opacity with value.

Implementation

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