shape method

Implementation

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