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