selectedChangedCallback property
It will trigger this callback when cursor start drag.
- the event of this callback has been distinct. see also CursorSelectorProvider.selectedStream, and you can directly listen it.
Implementation
final ValueChanged<(Key?, bool)>? selectedChangedCallback;