FlexHeight constructor

const FlexHeight({
  1. Key? key,
  2. Widget? child,
})

Implementation

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