Set both width and height for the widget
Widget size(double width, double height) => SizedBox(width: width, height: height, child: this);