UserInfoRow constructor
Implementation
const UserInfoRow({
super.key,
required this.icon,
required this.label,
required this.value,
required this.noValueFoundString,
this.valueEditor,
this.onValueTappedCallback,
});
const UserInfoRow({
super.key,
required this.icon,
required this.label,
required this.value,
required this.noValueFoundString,
this.valueEditor,
this.onValueTappedCallback,
});