onSelectedElementChanged property
Indicates that the selected element of the GeometryEditor changed.
Implementation
Stream<GeometryEditorElement?> get onSelectedElementChanged =>
_selectedElementChangedStreamController.stream;
Indicates that the selected element of the GeometryEditor changed.
Stream<GeometryEditorElement?> get onSelectedElementChanged =>
_selectedElementChangedStreamController.stream;