hideMagnifier method
Hide the current magnifier.
This does nothing if there is no magnifier.
Implementation
void hideMagnifier() {
_selectionOverlay.hideMagnifier();
}
Hide the current magnifier.
This does nothing if there is no magnifier.
void hideMagnifier() {
_selectionOverlay.hideMagnifier();
}