Future<bool> onTap() async { if (parent is GridModel) { (parent as GridModel).onTap(this); } return true; }