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