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