showMagnifier method
void
showMagnifier()
Shows the magnify, and hides the toolbar.
Implementation
void showMagnifier() {
_overlayController.showMagnifier();
}
Shows the magnify, and hides the toolbar.
void showMagnifier() {
_overlayController.showMagnifier();
}