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