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