WishlistPetsCard constructor
const
WishlistPetsCard({})
Implementation
const WishlistPetsCard({
Key? key,
required this.petImage,
required this.petModel,
this.isAddedToCart = false,
this.isLoggedIn = false,
}) : super(key: key);