onGeometryChanged property
Indicates that the state of the geometry held by the GeometryEditor changed.
Implementation
Stream<Geometry?> get onGeometryChanged =>
_geometryChangedStreamController.stream;
Indicates that the state of the geometry held by the GeometryEditor changed.
Stream<Geometry?> get onGeometryChanged =>
_geometryChangedStreamController.stream;