feat: add link tap functionality to ExpandableText widget

This commit is contained in:
Moustapha Kodjo Amadou 2025-11-11 14:04:50 +01:00
parent fd615bd44b
commit b0baddc333

View file

@ -280,6 +280,7 @@ class ExpandableTextState extends State<ExpandableText>
textDirection: textDirection,
textAlign: textAlign,
textScaler: textScaler,
onTap: _linkTapped,
);
Widget textWidget = selectableText;