lineThrough property

Text get lineThrough

Implementation

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