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