Returns a new constrained widget with the given width and height.
SizedBox constrained({double? width, double? height}) { return SizedBox(width: width, height: height, child: this); }