onLongPress property

GestureTapDownCallback? 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 GestureTapDownCallback? onLongPress;