show method
void
show()
Implementation
void show() {
BadFl.log(
module: 'widget/BadPopup',
message:
'PopupController.show is called without any attached popup (maybe automatically disposed at this point)',
);
_state?.show();
}