Answers for "under line textstyle"

13

TextStyle underline flutter

Text(
  'Hello world',
  style: TextStyle(
    decoration: TextDecoration.underline,
  ),
)
Posted by: Guest on July-05-2020

Code answers related to "Dart"

Browse Popular Code Answers by Language