withHeightBox property

SizedBox get withHeightBox

Implementation

SizedBox get withHeightBox => SizedBox(
      height: toDouble(),
    );