withEffect method
- RadialSelectionEffect value
Replaces RadialSelectionStyle.effect with value.
Implementation
RadialSelectionStyle withEffect(RadialSelectionEffect value) =>
copyWith(effect: value);
Replaces RadialSelectionStyle.effect with value.
RadialSelectionStyle withEffect(RadialSelectionEffect value) =>
copyWith(effect: value);