ProfileStatConfig constructor
const
ProfileStatConfig({})
Implementation
const ProfileStatConfig({
required this.label,
required this.value,
this.numericValue,
this.icon,
this.onTap,
this.visible = true,
});