longPressDuration property
The duration required to trigger a long press, overriding the theme default if provided. Controls the timing of onLongPress and related callbacks.
Implementation
final Duration? longPressDuration;
The duration required to trigger a long press, overriding the theme default if provided. Controls the timing of onLongPress and related callbacks.
final Duration? longPressDuration;