menu
eliud_pkg_shop package
documentation
extensions/cart_component.dart
CartProfileComponent
CartProfileComponent constructor
CartProfileComponent constructor
dark_mode
light_mode
CartProfileComponent
constructor
CartProfileComponent
(
{
Key
?
key
,
required
AppModel
app
,
required
String
id
,
})
Implementation
CartProfileComponent({super.key, required super.app, required String id}) : super(cartId: id);
eliud_pkg_shop package
documentation
extensions/cart_component
CartProfileComponent
CartProfileComponent constructor
CartProfileComponent class