showMagnifier method

void showMagnifier()

Shows the magnify, and hides the toolbar.

Implementation

void showMagnifier() {
  _overlayController.showMagnifier();
}