DashboardStat constructor
Creates a DashboardStat with the given icon
, title
, and count
.
Implementation
DashboardStat({required this.icon, required this.title, required this.count});
Creates a DashboardStat with the given icon
, title
, and count
.
DashboardStat({required this.icon, required this.title, required this.count});