shapeCircle method

DefineMTileModifier shapeCircle()

Implementation

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