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