centered method

DefineMTileModifier centered()

Implementation

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