withOpacity method

PieElevationStyle withOpacity(
  1. double value
)

Replaces PieElevationStyle.opacity with value.

Implementation

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