isVisible property
Whether the popup is currently visible.
NOTE: This will not change until after open or close have completed.
See onVisibleChanged for a stream of changes.
Implementation
@override
bool get isVisible => _popupComponent.isVisible;