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