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