scaleStateChangedCallback property

ValueChanged<PhotoViewScaleState>? scaleStateChangedCallback
final

A Function to be called whenever the scaleState changes, this happens when the user double taps the content ou start to pinch-in.

Implementation

final ValueChanged<PhotoViewScaleState>? scaleStateChangedCallback;