menu
madlab package
documentation
shopping_app.dart
Product
Product.new constructor
Product.new constructor
dark_mode
light_mode
Product
constructor
Product
(
{
required
String
name
,
required
String
category
,
required
double
price
,
required
String
imageUrl
,
})
Implementation
Product( {required this.name, required this.category, required this.price, required this.imageUrl});
madlab package
documentation
shopping_app
Product
Product.new constructor
Product class