Set the width of this widget set to width by wrapping it inside a SizedBox
width
Widget withWidth(double? width) { return SizedBox(width: width, child: this); }