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