onClose method
Called when the popup is closed.
Implementation
@override
void onClose() {
if (_id == null || !_initAriaAttributes) return;
sourceElement.attributes.remove('aria-owns');
}
Called when the popup is closed.
@override
void onClose() {
if (_id == null || !_initAriaAttributes) return;
sourceElement.attributes.remove('aria-owns');
}