CLSummaryStatCard constructor
const
CLSummaryStatCard({
- Key? key,
- required IconData icon,
- required String label,
- required String value,
- required Color color,
- bool compact = false,
- EdgeInsetsGeometry? padding,
- VoidCallback? onTap,
Implementation
const CLSummaryStatCard({
super.key,
required this.icon,
required this.label,
required this.value,
required this.color,
this.compact = false,
this.padding,
this.onTap,
});