I want to highlight same characters in the TextFormField text. How can I do this in flutter? Thanks a lot.
Asked
Active
Viewed 50 times
0
-
1override this method https://api.flutter.dev/flutter/widgets/TextEditingController/buildTextSpan.html in a custom `TextEditingController`, this is how it can be done: https://stackoverflow.com/a/59773962/2252830 – pskink Dec 10 '22 at 12:13