height method

Widget height(
  1. double height
)

Set height for the widget

Implementation

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