Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

underline text in flutter

Text(
  'Hello world',
  style: TextStyle(
    decoration: TextDecoration.underline,
  ),
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #underline #text #flutter
ADD COMMENT
Topic
Name
3+1 =