static SizedBox getBoxCompact( {Key? key, Widget? child, double? coverWidth, double? coverHeight}) { return getSquareBox(40, key: key, child: child); }