menu
amadeus_proto
pages/shop/product.dart
ProductCard
ProductCard const constructor
ProductCard
dark_mode
light_mode
ProductCard
constructor
const
ProductCard
(
{
Key
?
key
,
required
Product
product
}
)
Implementation
const ProductCard({super.key, required this.product});
amadeus_proto
product
ProductCard
ProductCard const constructor
ProductCard class