lineThrough method

Text lineThrough()

Implementation

Text lineThrough() {
  return copyWith(
    style: style.copyWith(decoration: TextDecoration.lineThrough),
  );
}