GestureConfigFluent extension

Generated fluent modifiers for GestureConfig.

on

Methods

withLongPressTimeout(Duration value) GestureConfig

Available on GestureConfig, provided by the GestureConfigFluent extension

Replaces GestureConfig.longPressTimeout with value.
withPanThreshold(double value) GestureConfig

Available on GestureConfig, provided by the GestureConfigFluent extension

Replaces GestureConfig.panThreshold with value.
withPinchThreshold(double value) GestureConfig

Available on GestureConfig, provided by the GestureConfigFluent extension

Replaces GestureConfig.pinchThreshold with value.
withTapTimeout(Duration value) GestureConfig

Available on GestureConfig, provided by the GestureConfigFluent extension

Replaces GestureConfig.tapTimeout with value.