withStartColor method

PieGradientStyle withStartColor(
  1. Color value
)

Replaces PieGradientStyle.startColor with value.

Implementation

PieGradientStyle withStartColor(Color value) => copyWith(startColor: value);