onScaleChanged property
Invokes the callback when the scale of the ArcGISMapViewController changes.
Implementation
Stream<double> get onScaleChanged => _scaleChangedStreamController.stream;
Invokes the callback when the scale of the ArcGISMapViewController changes.
Stream<double> get onScaleChanged => _scaleChangedStreamController.stream;