TextStyle Underline Flutter

[Solved] TextStyle Underline Flutter | Dart - Code Explorer | yomemimo.com
Question : underline text in flutter

Answered by : agreeable-alpaca-yago975jwhar

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

Source : https://stackoverflow.com/questions/50614661/how-to-underline-text-in-flutter | Last Update : Sun, 12 Jul 20

Question : text underline flutter

Answered by : shiny-stoat-nnsz4tbwagco

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

Source : https://stackoverflow.com/questions/50614661/how-to-underline-text-in-flutter | Last Update : Mon, 15 Mar 21

Answers related to TextStyle underline flutter

Code Explorer Popular Question For Dart