centered method

Implementation

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