When text is selected and the text selection handle is dragged to change the selected text, the 'selectedText' getter returns null during the text selection change.
This makes sense if using the example 'Copy' overlay because you would want the overlay to disappear during the text selection change and then reappear when the text selection handle is released. However, in my code getting null from the 'selectedText' getter when the text selection handle is being dragged inadvertently shows an IconButton that I don't want shown at that time.
Is there a way to distinguish between when the text selection is changing and when the text selection is cleared?