0

Sample View

I want to highlight same characters in the TextFormField text. How can I do this in flutter? Thanks a lot.

Mehmet Demir
  • 238
  • 2
  • 8
  • 1
    override 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

0 Answers0