flutter how to create text with line on bot code example
Example: flutter how to create text with line on bot
decoration: TextDecoration.underline // this
Text("TIP & TRICK", style: TextStyle(decoration: TextDecoration.underline)),
decoration: TextDecoration.underline // this
Text("TIP & TRICK", style: TextStyle(decoration: TextDecoration.underline)),