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