hBox method

SizedBox hBox(
  1. double height
)

Creates a SizedBox widget with the current widget as its child and sets its height

Implementation

SizedBox hBox(double height) => sizedBox(h: height);