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