withEnableLongPressTracking method

TouchInteractionConfig withEnableLongPressTracking(
  1. bool value
)

Replaces TouchInteractionConfig.enableLongPressTracking with value.

Implementation

TouchInteractionConfig withEnableLongPressTracking(bool value) =>
    copyWith(enableLongPressTracking: value);