align method

Implementation

DefineMColumnModifier align(AlignmentGeometry? value) {
  return this.copyWith(valueContainerAlignment: value);
}