Answers for "text line bottom flutter"

3

text line through flutter

Text('\$8.99', style: TextStyle(decoration: TextDecoration.lineThrough))
Posted by: Guest on September-23-2020
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

Browse Popular Code Answers by Language