packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

[pdfx] change scale with PdfControllerPinch

Open ogata-k opened this issue 2 years ago • 0 comments

Now, cannot change scale with using PdfControllerPinch in pdfx v2.0.1+2. I want to change scale with using PdfControllerPinch.

e.g. (scale to double)

final _pdfController = PdfControllerPinch();
final _currentScale = _pdfController.currentScale;
_pdfController.currentScale = _currentScale * 2;

ogata-k avatar Apr 01 '22 08:04 ogata-k