onSwipeUp method

Future<bool> onSwipeUp(
  1. BuildContext context
)

Implementation

Future<bool> onSwipeUp(BuildContext context) async {
  if (onswipeup == null) return true;
  return await EventHandler(this).execute(_onswipeup);
}