TouchInteractionConfigFluent extension

Generated fluent modifiers for TouchInteractionConfig.

on

Methods

withEnabled(bool value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.enabled with value.
withEnableHapticFeedback(bool value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.enableHapticFeedback with value.
withEnableLongPressTracking(bool value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.enableLongPressTracking with value.
withEnablePan(bool value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.enablePan with value.
withEnablePanInertia(bool value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.enablePanInertia with value.
withEnablePinchZoom(bool value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.enablePinchZoom with value.
withMaximumPanInertiaVelocity(double value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.maximumPanInertiaVelocity with value.
withPanInertiaDeceleration(double value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.panInertiaDeceleration with value.
withProfile(TouchInteractionProfile value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.profile with value.
withTapBehavior(TouchTapBehavior value) TouchInteractionConfig

Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension

Replaces TouchInteractionConfig.tapBehavior with value.