const ItemTile({ Key? key, required this.index, required this.object, required this.onClick, }) : super(key: key);