onLongTapEnd property
The callback function is a lifecycle callback for the long-tap event. It is called when a long tap ends, providing the advantage of knowing when a series of consecutive long taps has concluded.
Implementation
final VoidCallback? onLongTapEnd;