shapeCircle method

DefineMAddButtonModifier shapeCircle()

Implementation

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