Reputation: 21
transformationController.value = Matrix4.identity()
..translate(-200.0, 0.0); // translate(x,y)
//tried like this and it just goes back to its original position . I need scroll functions in a zoomed image using 4 buttons(top,left,right,bottom) using InteractiveViewer widget and transformation controller
Upvotes: 2
Views: 180