onDrawStatusChanged property

Stream<DrawStatus> onDrawStatusChanged

Invokes the callback when the draw status of the GeoViewController changes.

Implementation

Stream<DrawStatus> get onDrawStatusChanged =>
    _drawStatusChangedStreamController.stream;