onTertiaryLongPressStart property Null safety
read / write
Called when a long press gesture by a tertiary button has been recognized.
This is equivalent to (and is called immediately before) onTertiaryLongPress. The only difference between the two is that this callback contains details of the position at which the pointer initially contacted the screen, whereas onTertiaryLongPress does not.
See also:
- kTertiaryButton, the button this callback responds to.
- LongPressStartDetails, which is passed as an argument to this callback.
Implementation
GestureLongPressStartCallback? onTertiaryLongPressStart;