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