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