toolbarIsVisible property
Whether the toolbar is currently visible.
Includes both the text selection toolbar and the spell check menu.
See also:
- spellCheckToolbarIsVisible, which is only whether the spell check menu specifically is visible.
Implementation
bool get toolbarIsVisible => _selectionOverlay.toolbarIsVisible;