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