static SizedBox getSquareBox(double size, {Key? key, Widget? child}) { return SizedBox.fromSize(key: key, size: Size(size, size)); }