lineThrough method

T lineThrough()

Add line-through decoration to text

Implementation

T lineThrough() {
  return copyWith(flyStyle.copyWith(textDecoration: 'line-through'));
}