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