Files
2020-08-19 00:02:30 +02:00

13 lines
482 B
Markdown

# Using InteractiveViewer
Example app showing usage of InteractiveViewer.
InteractiveViewer is a widget that enables pan and zoom interactions with its child. The user can transform the child by dragging to pan or pinching to zoom.
Read [[Documentation](https://api.flutter.dev/flutter/widgets/InteractiveViewer-class.html)]
<img src="demo_img.gif" height="600em" />
## Getting Started
For help getting started with Flutter, view online [documentation](http://flutter.dev/).