onSelectionChanged property

TextSelectionChangedHandler? onSelectionChanged
getter/setter pair

Called when the selection changes.

If this is null, then selection changes will be ignored.

Implementation

TextSelectionChangedHandler? onSelectionChanged;