withColor method

PieElevationStyle withColor(
  1. Color value
)

Replaces PieElevationStyle.color with value.

Implementation

PieElevationStyle withColor(Color value) => copyWith(color: value);