height method

Widget height(
  1. double h
)

Set the height (width unconstrained).

Implementation

Widget height(double h) => SizedBox(height: h, child: this);