onSelectionChanged property
Called when the user changes the selection of text (including the cursor location).
Implementation
final void Function(TextSelection, SelectionChangedCause?)?
onSelectionChanged;
Called when the user changes the selection of text (including the cursor location).
final void Function(TextSelection, SelectionChangedCause?)?
onSelectionChanged;