menu
iconoir_flutter package
documentation
heating.dart
Heating
Heating.new const constructor
Heating.new const constructor
dark_mode
light_mode
Heating
constructor
const
Heating
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Heating({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
heating
Heating
Heating.new const constructor
Heating class