withLongPressTimeout method
- Duration value
Replaces GestureConfig.longPressTimeout with value.
Implementation
GestureConfig withLongPressTimeout(Duration value) =>
copyWith(longPressTimeout: value);
Replaces GestureConfig.longPressTimeout with value.
GestureConfig withLongPressTimeout(Duration value) =>
copyWith(longPressTimeout: value);