showToolbar method

void showToolbar()

Shows the toolbar by inserting it into the context's overlay.

Implementation

void showToolbar() {
  _updateSelectionOverlay();
  _selectionOverlay.showToolbar();
}