FavoriteButton constructor
const
FavoriteButton({
- Key? key,
- required InventoryItem? inventoryItem,
- bool? isFavorite,
Implementation
const FavoriteButton({
super.key,
required this.inventoryItem,
this.isFavorite,
});