Get spacing in both directions
static Widget box({double? width, double? height}) { return SizedBox(width: width, height: height); }