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