mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-21 16:01:58 +00:00
feat: add link tap functionality to ExpandableText widget
This commit is contained in:
parent
fd615bd44b
commit
b0baddc333
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ class ExpandableTextState extends State<ExpandableText>
|
||||||
textDirection: textDirection,
|
textDirection: textDirection,
|
||||||
textAlign: textAlign,
|
textAlign: textAlign,
|
||||||
textScaler: textScaler,
|
textScaler: textScaler,
|
||||||
|
onTap: _linkTapped,
|
||||||
);
|
);
|
||||||
|
|
||||||
Widget textWidget = selectableText;
|
Widget textWidget = selectableText;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue