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