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