clipOval method

Widget clipOval({
  1. Key? key,
})

Implementation

Widget clipOval({Key? key}) => ClipOval(
      key: key,
      child: this,
    );