hBox function

SizedBox hBox(
  1. num height
)

Implementation

SizedBox hBox(num height) => SizedBox(height: height.toDouble());