asHeightWidget property

Widget get asHeightWidget

Returns a SizedBox with height of given size

Implementation

Widget get asHeightWidget => SizedBox(height: this);