onSelectedElementChanged property

Stream<GeometryEditorElement?> onSelectedElementChanged

Indicates that the selected element of the GeometryEditor changed.

Implementation

Stream<GeometryEditorElement?> get onSelectedElementChanged =>
    _selectedElementChangedStreamController.stream;