ProfileStatItem constructor
const
ProfileStatItem({
- Key? key,
- required String label,
- required String value,
- IconData? icon,
- VoidCallback? onTap,
Implementation
const ProfileStatItem({
super.key,
required this.label,
required this.value,
this.icon,
this.onTap,
});