Wraps the widget in a SizedBox to set its width.
Widget width([double value = double.infinity]) => SizedBox(width: value, child: this);