@override void hideToolbar([bool? hideHandles = true]) { if (selectionOverlay?.toolbarIsVisible == true) { selectionOverlay?.hideToolbar(); } }