lineThrough method
T
lineThrough()
Add line-through decoration to text
Implementation
T lineThrough() {
return copyWith(flyStyle.copyWith(textDecoration: 'line-through'));
}
Add line-through decoration to text
T lineThrough() {
return copyWith(flyStyle.copyWith(textDecoration: 'line-through'));
}