shapeCircle method

DefineMImageModifier shapeCircle()

Implementation

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