heightBox property

Widget get heightBox

Convert number to height (SizedBox)

Implementation

Widget get heightBox => SizedBox(height: toDouble());