shapeCircleForeground method

dynamic shapeCircleForeground()

Implementation

shapeCircleForeground(){
  _shapeForeground = BoxShape.circle;
  return this;
}