What I want to build is a widget that can make its child widget zoomable similar to the zoomable behavior.
Gestures I want to cover are
You can use Zoom Widget Zoom Widget only need set a canvas size and child
Zoom( width: 1800, height: 1800, child: Center( child: Text("Happy zoom!!"), ) );