menu
otium_ecommerce
presentation/widgets/products/product_card/product_card.dart
ProductCard
ProductCard const constructor
ProductCard
dark_mode
light_mode
ProductCard
constructor
const
ProductCard
(
{
required
ProductEntity
product
,
Key
?
key
,
})
Implementation
const ProductCard({ required this.product, super.key, });
otium_ecommerce
product_card
ProductCard
ProductCard const constructor
ProductCard class