toClipOval method

Widget toClipOval()

Implementation

Widget toClipOval() => ClipOval(clipBehavior: Clip.hardEdge, child: this);