flutter_linkify
flutter_linkify copied to clipboard
textAlign: TextAlign.center only works for urls
Linkify(
text:
"Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. https://google.com test",
)
only https://google.com test
will be centered