onSecondaryLongPressStart property Null safety
final
Called when a long press gesture with a secondary button has been recognized.
Triggered when a pointer has remained in contact with the screen at the same location for a long period of time.
See also:
- kSecondaryButton, the button this callback responds to.
- onSecondaryLongPress, which has the same timing but without the gesture details.
Implementation
final GestureLongPressStartCallback? onSecondaryLongPressStart;