Answers for "flutter how to create text with line on bot"

0

flutter how to create text with line on bot

decoration: TextDecoration.underline // this

Text("TIP & TRICK", style: TextStyle(decoration: TextDecoration.underline)),
Posted by: Guest on June-03-2021

Code answers related to "flutter how to create text with line on bot"

Browse Popular Code Answers by Language