At the moment if you click on the image it will be opened in full screen, by pushing a new route to the navigator stack. If the WidgetZoom widget is disposed the full screen image remains visible.
Added a property so we can configure this behaviour and made it available to pop the route if the widget is disposed.
Context:
At the moment if you click on the image it will be opened in full screen, by pushing a new route to the navigator stack. If the
WidgetZoom
widget is disposed the full screen image remains visible.Added a property so we can configure this behaviour and made it available to pop the route if the widget is disposed.