i have a word like ABCDE each char in text span with different style recognizer not detect correctly EX:
recognizer: TapGestureRecognizer()
..onTap = () => print('${char.key} onTap'),
some of them not print accurate but when all spans takes same style it works fine Flutter Version Flutter (Channel stable, v1.12.13+hotfix.9, on Microsoft Windows [Version 10.0.18362.720], locale en-US)