menu
iconoir_flutter package
documentation
regular/bathroom.dart
Bathroom
Bathroom const constructor
Bathroom const constructor
dark_mode
light_mode
Bathroom
constructor
const
Bathroom
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Bathroom({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/bathroom
Bathroom
Bathroom const constructor
Bathroom class