dictionaryPopupShown property
Used to check if the pop-up is open.
Implementation
bool get dictionaryPopupShown => _popupPositionNotifier.value != null;
Used to check if the pop-up is open.
bool get dictionaryPopupShown => _popupPositionNotifier.value != null;