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