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