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