circle method

Widget circle(
  1. dynamic double
)

Implementation

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