displayNameValueUpdate method

void displayNameValueUpdate(
  1. String value, {
  2. bool updateParent = true,
  3. bool emitEvent = true,
})

Implementation

void displayNameValueUpdate(
  String value, {
  bool updateParent = true,
  bool emitEvent = true,
}) {
  displayNameControl.updateValue(value,
      updateParent: updateParent, emitEvent: emitEvent);
}