TouchInteractionConfigFluent extension
Generated fluent modifiers for TouchInteractionConfig.
Methods
-
withEnabled(
bool value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.enabled withvalue. -
withEnableHapticFeedback(
bool value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.enableHapticFeedback withvalue. -
withEnableLongPressTracking(
bool value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.enableLongPressTracking withvalue. -
withEnablePan(
bool value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.enablePan withvalue. -
withEnablePanInertia(
bool value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.enablePanInertia withvalue. -
withEnablePinchZoom(
bool value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.enablePinchZoom withvalue. -
withMaximumPanInertiaVelocity(
double value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.maximumPanInertiaVelocity withvalue. -
withPanInertiaDeceleration(
double value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.panInertiaDeceleration withvalue. -
withProfile(
TouchInteractionProfile value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.profile withvalue. -
withTapBehavior(
TouchTapBehavior value) → TouchInteractionConfig -
Available on TouchInteractionConfig, provided by the TouchInteractionConfigFluent extension
Replaces TouchInteractionConfig.tapBehavior withvalue.