shapeCircle method

dynamic shapeCircle()

Implementation

shapeCircle(){
  _shape = BoxShape.circle;
  return this;
}