height method

Widget height()

Leaves given height of space

Implementation

Widget height() => SizedBox(height: validate().toDouble());