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