newZoomLevel property
Provides the new zoom level when the current zoom completes.
Hence, if the super.onZooming(details)
is not called, there will be no
changes in the UI.
Implementation
final double? newZoomLevel;
Provides the new zoom level when the current zoom completes.
Hence, if the super.onZooming(details)
is not called, there will be no
changes in the UI.
final double? newZoomLevel;