FieldValueWidget constructor
const
FieldValueWidget(
- Icon icon,
- Text fieldName,
- SelectableText value
Implementation
const FieldValueWidget(
this.icon,
this.fieldName,
this.value,
);