TF-2684 Enable selectable in blue bar
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user