circleClip method

Widget circleClip()

Clips the widget into a circle.

Implementation

Widget circleClip() {
  return ClipOval(child: this);
}