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