throughLine method
Implementation
DefineMTextModifier throughLine() {
final DefineMTextModifier newModifierValue = this.copyWith(
valueStyle:
this.valueStyle.copyWith(decoration: TextDecoration.lineThrough));
return newModifierValue;
}