onTap method

Future<bool> onTap(
  1. PopoverItemModel? model
)

Implementation

Future<bool> onTap(PopoverItemModel? model) async {
  data = model?.data ?? Data();
  return true;
}