onTargetLongPress property
Triggered when target has been long pressed.
Detected when a pointer has remained in contact with the screen at the same location for a long period of time.
Implementation
final VoidCallback? onTargetLongPress;
Triggered when target has been long pressed.
Detected when a pointer has remained in contact with the screen at the same location for a long period of time.
final VoidCallback? onTargetLongPress;