heightBox property

Widget get heightBox

Convert to SizedBox (useful for spacing)

Implementation

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