showToolbar method Null safety
Shows the toolbar by inserting it into the context
's overlay.
Implementation
void showToolbar() {
_updateSelectionOverlay();
_selectionOverlay.showToolbar();
}
Shows the toolbar by inserting it into the context
's overlay.
void showToolbar() {
_updateSelectionOverlay();
_selectionOverlay.showToolbar();
}