Give a size to this widget
Widget withSize({double? width, double? height}) { return SizedBox( width: width, height: height, child: this ); }