Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

text underline flutter

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