onIsStartedChanged property

Stream<bool> onIsStartedChanged

Indicates that the value of GeometryEditor.isStarted changed.

Implementation

Stream<bool> get onIsStartedChanged =>
    _isStartedChangedStreamController.stream;