Constrains the widget to the given width.
width
Widget width(double width) => SizedBox(width: width, child: this);