onLongTapStart property
The callback function is a lifecycle callback for the long-tap event. It is called when a long tap starts, which is useful for initiating actions that require a sustained press.
Implementation
final VoidCallback? onLongTapStart;