onZoomChanged property

ValueChanged<double>? onZoomChanged
final

When the scale value changed, the callback will be invoked.

Implementation

final ValueChanged<double>? onZoomChanged;