heightBox property

Widget heightBox

Implementation

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