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