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