onGeometryChanged property

Stream<Geometry?> onGeometryChanged

Indicates that the state of the geometry held by the GeometryEditor changed.

Implementation

Stream<Geometry?> get onGeometryChanged =>
    _geometryChangedStreamController.stream;