onLongPressMoveUpdate property Null safety
read / write
Called when moving after the long press by a primary button is recognized.
See also:
- kPrimaryButton, the button this callback responds to.
- LongPressMoveUpdateDetails, which is passed as an argument to this callback.
Implementation
GestureLongPressMoveUpdateCallback? onLongPressMoveUpdate;