shape method

Implementation

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