onOpen method
Called when the popup is opened.
Implementation
@override
void onOpen() {
if (_id == null || !_initAriaAttributes) return;
sourceElement.setAttribute('aria-owns', _id!);
}
Called when the popup is opened.
@override
void onOpen() {
if (_id == null || !_initAriaAttributes) return;
sourceElement.setAttribute('aria-owns', _id!);
}