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