withEndColor method
- Color value
Replaces RadialBarGradientStyle.endColor with value.
Implementation
RadialBarGradientStyle withEndColor(Color value) => copyWith(endColor: value);
Replaces RadialBarGradientStyle.endColor with value.
RadialBarGradientStyle withEndColor(Color value) => copyWith(endColor: value);