Set the DOM ID of the popup controlled by this source.
Setting this ensures that popups get ARIA a11y attributes.
@override set popupId(String? id) { super.popupId = id; _id = id; if (id == null) return; }