apply method

void apply(
  1. UIEvent event
)

Implementation

void apply(UIEvent event) {
  _isApplying = true;
  selection.value = model.value;
  close();
  focusOnClose?.focus(event);
}