resetZoom method
void
resetZoom()
Resets the zoom and pan of the image editor.
Implementation
void resetZoom() {
interactiveViewer.currentState?.reset();
}
Resets the zoom and pan of the image editor.
void resetZoom() {
interactiveViewer.currentState?.reset();
}