void onItemClick(int index, Notif obj) { showDialog(context: context, builder: (_) => DialogNotificationRoute(obj, false, onDelete)); }