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