onChanged method

void onChanged(
  1. dynamic value
)

Implementation

void onChanged(value) {
  field.value = value;
}