onCanRedoChanged property

Stream<bool> onCanRedoChanged

Indicates that the value of GeometryEditor.canRedo changed.

Implementation

Stream<bool> get onCanRedoChanged => _canRedoChangedStreamController.stream;