RowTextWidget constructor
const
RowTextWidget({
- Key? key,
- required String label,
- required String value,
- Color? labelColor,
- Color? valueColor,
- double fontSize = 16.0,
- FontWeight? labelWeight,
- FontWeight? valueWeight,
- String? fontFamily,
Implementation
const RowTextWidget({
super.key,
required this.label,
required this.value,
this.labelColor,
this.valueColor,
this.fontSize = 16.0,
this.labelWeight,
this.valueWeight,
this.fontFamily,
});