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