onLongPress property

PointerDownEventListener? onLongPress
final

Called when the user long-presses on this list tile. The details information is recorded when InkWell's onTapDown occurred.

Inoperative if enabled is false.

Implementation

final PointerDownEventListener? onLongPress;