HeightBox constructor

const HeightBox(
  1. double height, {
  2. Key? key,
})

Implementation

const HeightBox(
  this.height, {
  Key? key,
}) : super(key: key);