withEnableLongPressTracking method
- bool value
Replaces TouchInteractionConfig.enableLongPressTracking with value.
Implementation
TouchInteractionConfig withEnableLongPressTracking(bool value) =>
copyWith(enableLongPressTracking: value);
Replaces TouchInteractionConfig.enableLongPressTracking with value.
TouchInteractionConfig withEnableLongPressTracking(bool value) =>
copyWith(enableLongPressTracking: value);