How to select and focos part of a text in Flutter

40 Views Asked by At

I have a box with text, this box has a scroll.

enter image description here

I want to be able to tap on a button and select the text "products". If the text that I want to select is not on the screen, I need to jump into it.

enter image description here

Is it possible using Flutter web or desktop?

1

There are 1 best solutions below

1
Mohamed Malkia On

You can use SelectableText() widget instead of normal Text() widget