withEndColor method

PieGradientStyle withEndColor(
  1. Color value
)

Replaces PieGradientStyle.endColor with value.

Implementation

PieGradientStyle withEndColor(Color value) => copyWith(endColor: value);