center method

DefineMColumnModifier center([
  1. bool value = true
])

Implementation

DefineMColumnModifier center([bool value = true]) {
  return this.copyWith(valueCenterAlign: value);
}