withEffect method

RadialSelectionStyle withEffect(
  1. RadialSelectionEffect value
)

Replaces RadialSelectionStyle.effect with value.

Implementation

RadialSelectionStyle withEffect(RadialSelectionEffect value) =>
    copyWith(effect: value);