handleLongPressMoveUpdate method
Called when moving after the long press gesture by a primary button is recognized in behavior.
Implementation
@override
void handleLongPressMoveUpdate(LongPressMoveUpdateDetails details) {
if (activationMode == ActivationMode.longPress) {
_showTrackball(parentBox!.globalToLocal(details.globalPosition));
}
}