asHeightWidget property

Widget asHeightWidget

Returns a SizedBox with height of given size

Implementation

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