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