withLiftScale method

RadialSelectionStyle withLiftScale(
  1. double value
)

Replaces RadialSelectionStyle.liftScale with value.

Implementation

RadialSelectionStyle withLiftScale(double value) =>
    copyWith(liftScale: value);