shape method

DefineMTileModifier shape(
  1. BoxShape value
)

Implementation

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