Called when this member loses the arena for the given pointer id.
@override void rejectGesture(int pointer) { super.rejectGesture(pointer); if (isRejectable) onTapReject.call(); }