lineThrough property
TextStyle
get
lineThrough
Implementation
TextStyle get lineThrough =>
decorate(TextDecoration.lineThrough, color: color);
TextStyle get lineThrough =>
decorate(TextDecoration.lineThrough, color: color);