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