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