hide method Null safety
Hides the entire overlay including the toolbar and the handles.
Implementation
void hide() => _selectionOverlay.hide();
Hides the entire overlay including the toolbar and the handles.
void hide() => _selectionOverlay.hide();