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