Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter how to create text with line on bot

decoration: TextDecoration.underline // this

Text("TIP & TRICK", style: TextStyle(decoration: TextDecoration.underline)),
 
PREVIOUS NEXT
Tagged: #flutter #create #text #line #bot
ADD COMMENT
Topic
Name
4+1 =