flutter_linkify icon indicating copy to clipboard operation
flutter_linkify copied to clipboard

textAlign: TextAlign.center only works for urls

Open oliverbytes opened this issue 3 years ago • 0 comments

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

oliverbytes avatar Mar 14 '21 01:03 oliverbytes