underline method
T
underline()
Add underline decoration to text
Implementation
T underline() {
return copyWith(flyStyle.copyWith(textDecoration: 'underline'));
}
Add underline decoration to text
T underline() {
return copyWith(flyStyle.copyWith(textDecoration: 'underline'));
}