shape method

Implementation

DefineMStackModifier shape(BoxShape value) {
  return this.copyWith(valueShape: value);
}