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