onSelectionChanged property
onSelectionChanged method returns SelectionModel, which has index and length of the selected text
Implementation
final Function(SelectionModel)? onSelectionChanged;
onSelectionChanged method returns SelectionModel, which has index and length of the selected text
final Function(SelectionModel)? onSelectionChanged;