newZoomLevel property

double? newZoomLevel
final

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;