HBox constructor

HBox(
  1. double height, {
  2. Widget? child,
})

Implementation

HBox(this.height, {this.child});