shapeCircle method

DefineMContainerModifier shapeCircle()

Implementation

DefineMContainerModifier shapeCircle() {
  return this.copyWith(valueShape: BoxShape.circle);
}