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