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