const CatalogItem( {Key? key, required this.catalog, this.color = Colors.white, this.sizebt = 14}) : super(key: key);