HeightBox function

Widget HeightBox(
  1. double height
)

Implementation

Widget HeightBox(double height) {
  return SizedBox(height: height);
}