longPressDuration property

Duration? longPressDuration
final

The duration before a tap is regarded as a long-press and the onLongPress function is called.

Implementation

final Duration? longPressDuration;