centered method

Implementation

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