onScaleChanged property

Stream<double> onScaleChanged

Invokes the callback when the scale of the ArcGISMapViewController changes.

Implementation

Stream<double> get onScaleChanged => _scaleChangedStreamController.stream;