withType method
- RadialBarGradientType value
Replaces RadialBarGradientStyle.type with value.
Implementation
RadialBarGradientStyle withType(RadialBarGradientType value) =>
copyWith(type: value);
Replaces RadialBarGradientStyle.type with value.
RadialBarGradientStyle withType(RadialBarGradientType value) =>
copyWith(type: value);