KeyValueRow constructor

const KeyValueRow(
  1. String keyname,
  2. dynamic value, {
  3. VoidCallback? onUpdate,
  4. bool? readOnly,
})

Implementation

const KeyValueRow(
  this.keyname,
  this.value, {
  this.onUpdate,
  this.readOnly,
});