dictionaryPopupShown property

bool dictionaryPopupShown

Used to check if the pop-up is open.

Implementation

bool get dictionaryPopupShown => _popupPositionNotifier.value != null;