heightBox property

Widget heightBox

creates a Widget that has this num as its height

Implementation

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