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