Hello,
I'm using getSelectedTextLines() to determine whether to show a copy IconButton that copies the selected text to the Clipboard. This feature works fine, but when the screen is popped, I get the following exception.
Is there some clean-up I need to do in the StatefulWidget's dispose method?