GestureConfigFluent extension
Generated fluent modifiers for GestureConfig.
Methods
-
withLongPressTimeout(
Duration value) → GestureConfig -
Available on GestureConfig, provided by the GestureConfigFluent extension
Replaces GestureConfig.longPressTimeout withvalue. -
withPanThreshold(
double value) → GestureConfig -
Available on GestureConfig, provided by the GestureConfigFluent extension
Replaces GestureConfig.panThreshold withvalue. -
withPinchThreshold(
double value) → GestureConfig -
Available on GestureConfig, provided by the GestureConfigFluent extension
Replaces GestureConfig.pinchThreshold withvalue. -
withTapTimeout(
Duration value) → GestureConfig -
Available on GestureConfig, provided by the GestureConfigFluent extension
Replaces GestureConfig.tapTimeout withvalue.