zoomScaleStateStream property

Stream<double> get zoomScaleStateStream

Get the stream of zoom scale changes.

Implementation

Stream<double> get zoomScaleStateStream {
  throw UnimplementedError('zoomScaleStateStream has not been implemented.');
}