shape method

Implementation

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