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