shapeCircle method

DefineMRowModifier shapeCircle()

Implementation

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