zesage / panorama

Panorama - Flutter Widget
Apache License 2.0
114 stars 71 forks source link

Retrieve start and end position image #10

Open rashmisridar opened 3 years ago

rashmisridar commented 3 years ago

How to get start and end position of the image using the below code, Panorama( animSpeed: 2.0, child: _imageFile != null ? Image.file(_imageFile) : Image.asset('assets/panorama.jpg'), ),