SizedBoxHeight constructor

const SizedBoxHeight(
  1. double height, {
  2. Key? key,
  3. Widget? child,
})

Implementation

const SizedBoxHeight(this.height, {super.key, this.child});