textSelectionChanged property

Stream<TextSelectionChangedEvent> get textSelectionChanged

Filters to TextSelectionChangedEvent only.

Implementation

Stream<TextSelectionChangedEvent> get textSelectionChanged =>
    _whereType<TextSelectionChangedEvent>();