Flutter - Underline Text

PHOTO EMBED

Thu Mar 11 2021 14:20:12 GMT+0000 (Coordinated Universal Time)

Saved by @MichaelJohnston #dart #flutter

Text(
  'Hello world',
  style: TextStyle(
    decoration: TextDecoration.underline,
  ),
)
content_copyCOPY

https://stackoverflow.com/questions/50614661/how-to-underline-text-in-flutter