Attributes do not currently support multiple gestures (e.g. tap + long press).
One way to get support in would be to wrap segment TextSpans in a GestureRecognizer with a WidgetSpan, but there's a blocking issue for selectable text.
The specific case of tap + long press can be hacked with a custom GestureRecognizer.
Support WidgetSpan in SelectableText: flutter/flutter#38474
Attributes do not currently support multiple gestures (e.g. tap + long press).
One way to get support in would be to wrap segment
TextSpansin aGestureRecognizerwith aWidgetSpan, but there's a blocking issue for selectable text.The specific case of tap + long press can be hacked with a custom
GestureRecognizer.Support
WidgetSpaninSelectableText: flutter/flutter#38474