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