circular property

Widget get circular

Makes widget circular

Implementation

Widget get circular => ClipOval(child: this);