alignStack method

Implementation

DefineMStackModifier alignStack(AlignmentGeometry? value) {
  return this.copyWith(valueAlignment: value);
}