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