noDecoration method
T
noDecoration()
Remove text decoration
Implementation
T noDecoration() {
return copyWith(flyStyle.copyWith(textDecoration: 'none'));
}
Remove text decoration
T noDecoration() {
return copyWith(flyStyle.copyWith(textDecoration: 'none'));
}