whiteTitle method
Implementation
DefineMTextModifier whiteTitle() {
final DefineMTextModifier newModifierValue = this.copyWith(
valueStyle:
this.valueStyle.copyWith(color: Colors.white, fontSize: 24.px));
return newModifierValue;
}