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