shape method

dynamic shape(
  1. BoxShape shape
)

Implementation

shape(BoxShape shape){
  _shape = shape;
  return this;
}