hideToolbar method Null safety
Hides the toolbar part of the overlay.
To hide the whole overlay, see hide.
Implementation
void hideToolbar() => _selectionOverlay.hideToolbar();
Hides the toolbar part of the overlay.
To hide the whole overlay, see hide.
void hideToolbar() => _selectionOverlay.hideToolbar();