shapeCircle method

DefineMColumnModifier shapeCircle()

Implementation

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