menu
iconoir_flutter package
documentation
regular/user_cart.dart
UserCart
UserCart const constructor
UserCart const constructor
dark_mode
light_mode
UserCart
constructor
const
UserCart
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const UserCart({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/user_cart
UserCart
UserCart const constructor
UserCart class