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