There is SelectableText widget that allows you to make text selectable. But it misses the overflow parameter, which is required...
Is there any workaround, which can make it work? Or a similar solution? Thanks!
There is SelectableText widget that allows you to make text selectable. But it misses the overflow parameter, which is required...
Is there any workaround, which can make it work? Or a similar solution? Thanks!
Just experienced this. The problem is
overflowhasn't been made the top level parameter in case ofSelectableTextas withTextin Flutter which suggests that it must be there, just not as the top level parameter which is true as it is inTextStyle.Hence, to use
overflowinSelectableText, changeto