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