withGradient method
- RadialBarGradientStyle value
Replaces RadialBarStyle.gradient with value.
Implementation
RadialBarStyle withGradient(RadialBarGradientStyle value) =>
copyWith(gradient: value);
Replaces RadialBarStyle.gradient with value.
RadialBarStyle withGradient(RadialBarGradientStyle value) =>
copyWith(gradient: value);