FieldValueWidget constructor

const FieldValueWidget(
  1. Icon icon,
  2. Text fieldName,
  3. SelectableText value
)

Implementation

const FieldValueWidget(
  this.icon,
  this.fieldName,
  this.value,
);