oval method

Widget oval()

Implementation

Widget oval() {
  return ClipOval(
    child: this,
  );
}