mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +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,
|
||||
textAlign: textAlign,
|
||||
textScaler: textScaler,
|
||||
onTap: _linkTapped,
|
||||
);
|
||||
|
||||
Widget textWidget = selectableText;
|
||||
|
|
|
|||
Loading…
Reference in a new issue