centered method

DefineMRowModifier centered()

Implementation

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