clipOval method

Widget clipOval()

Clip the widget with an oval

Implementation

Widget clipOval() => ClipOval(child: this);