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