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