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