Set size as a square (same width and height)
Widget square(double size) => SizedBox(width: size, height: size, child: this);