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