onLongPress property

(dynamic Function()?) onLongPress
final

Callback to when the Box is pressed for a bit.

This creates a GestureDetector widget.

Implementation

final Function()? onLongPress;