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