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