spellCheckToolbarIsVisible property
Whether the spell check menu is currently visible.
See also:
- toolbarIsVisible, which is whether any toolbar is visible.
Implementation
bool get spellCheckToolbarIsVisible => _selectionOverlay._spellCheckToolbarController.isShown;