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