TF-2684 Enable selectable in blue bar

This commit is contained in:
dab246
2024-03-13 01:08:51 +07:00
committed by Dat H. Pham
parent 8ddb4b9275
commit 56eff652fb
11 changed files with 463 additions and 422 deletions
@@ -11,8 +11,8 @@ class HyperLinkWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return RichText(
text: TextSpan(
return Text.rich(
TextSpan(
text: urlString,
style: const TextStyle(
color: HyperLinkWidgetStyles.textColor,