GestureRecognizer recognizer
read-only

A gesture recognizer that will receive events that hit this text span.

TextSpan itself does not implement hit testing or event dispatch. The owner of the TextSpan tree to which the object belongs is responsible for dispatching events.

For an example, see RenderParagraph in the Flutter rendering library.