RowItem constructor
Implementation
const RowItem({
super.key,
required this.title,
required this.value,
this.textColor,
this.fontWeight,
this.trailingWidget,
});
const RowItem({
super.key,
required this.title,
required this.value,
this.textColor,
this.fontWeight,
this.trailingWidget,
});