shapeCircle method

DefineMStackModifier shapeCircle()

Implementation

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