selectionChange property

Stream<LiQuillTextEditorSelection?> get selectionChange

Implementation

Stream<LiQuillTextEditorSelection?> get selectionChange =>
    _selectionController.stream;