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