onLongPress property

(dynamic Function()?) onLongPress
final

A callback function that is triggered when the user longPress on the body.

Implementation

final Function()? onLongPress;