How to underline text in flutter inside Text widget?
Text
I cannot seem to find underline inside fontStyle property of TextStyle
fontStyle
TextStyle
for example
Text( "Terms and Condition", style: TextStyle( decoration: TextDecoration.underline, height: 1.5, fontSize: 15, fontWeight: FontWeight.bold, fontFamily: 'Roboto-Regular', ), ),