whiteTitle method

DefineMTextModifier whiteTitle()

Implementation

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