onSwipeDown method

Future<bool> onSwipeDown(
  1. BuildContext context
)

Implementation

Future<bool> onSwipeDown(BuildContext context) async {
  if (onswipedown == null) return true;
  return await EventHandler(this).execute(_onswipedown);
}