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