lineThrough property
VText
get
lineThrough
Line through decoration.
Implementation
VText get lineThrough =>
copyWithStyle(const TextStyle(decoration: TextDecoration.lineThrough));
Line through decoration.
VText get lineThrough =>
copyWithStyle(const TextStyle(decoration: TextDecoration.lineThrough));