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