toolbarIsVisible property Null safety
Whether the toolbar is currently visible.
Implementation
bool get toolbarIsVisible => _selectionOverlay._toolbar != null;
Whether the toolbar is currently visible.
bool get toolbarIsVisible => _selectionOverlay._toolbar != null;