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