centered method

Implementation

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