DashboardCardHeader constructor
const
DashboardCardHeader({
- Key? key,
- required String label,
- required IconData icon,
- required Color accentColor,
- DashboardCardStyle style = const DashboardCardStyle(),
Implementation
const DashboardCardHeader({
super.key,
required this.label,
required this.icon,
required this.accentColor,
this.style = const DashboardCardStyle(),
});