Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

underline text flutter color

Text("Your text",
      style: TextStyle(
             color: Colors.white
             decoration: TextDecoration.underline,
             decorationColor: Colors.yellow,
          ))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #underline #text #flutter #color
ADD COMMENT
Topic
Name
1+6 =