onClose method

  1. @override
void onClose()
override

Called when the popup is closed.

Implementation

@override
void onClose() {
  if (_id == null || !_initAriaAttributes) return;
  sourceElement.attributes.remove('aria-owns');
}