centered method

DefineMTextModifier centered()

Implementation

DefineMTextModifier centered() {
  return this.copyWith(valueCenterAlign: true);
}