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