Closed dinasorz closed 1 year ago
I apologize I found the answer just after posting the issue (like always :") )
For anyone stuck at this too, It turns out that we must set selectionController to Selectable widget too
return Selectable(
selectionController: _selectionController,
...
)
_selectionChangedListener() not getting called despite changing the selected text?