onDrawStatusChanged property
Invokes the callback when the draw status of the GeoViewController changes.
Implementation
Stream<DrawStatus> get onDrawStatusChanged =>
_drawStatusChangedStreamController.stream;
Invokes the callback when the draw status of the GeoViewController changes.
Stream<DrawStatus> get onDrawStatusChanged =>
_drawStatusChangedStreamController.stream;