longPressDuration property

Duration longPressDuration
final

The duration after which, if the user is still pressing, the onLongPress callback will be triggered. Defaults to defaultLongPressDuration.

Implementation

final Duration longPressDuration;