height property

Widget height

Leaves given height of space

Implementation

Widget get height => SizedBox(height: this?.toDouble());