Returns a new constrained widget with the given height.
SizedBox height(double height) { return SizedBox(height: height, child: this); }