lineThrough property
TextStyle
get
lineThrough
Implementation
TextStyle get lineThrough => copyWith(decoration: TextDecoration.lineThrough);
TextStyle get lineThrough => copyWith(decoration: TextDecoration.lineThrough);