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