withEndColor method

RadialBarGradientStyle withEndColor(
  1. Color value
)

Replaces RadialBarGradientStyle.endColor with value.

Implementation

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