withLongPressTimeout method

GestureConfig withLongPressTimeout(
  1. Duration value
)

Replaces GestureConfig.longPressTimeout with value.

Implementation

GestureConfig withLongPressTimeout(Duration value) =>
    copyWith(longPressTimeout: value);