FixedHeightContainer constructor

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

Implementation

const FixedHeightContainer({Key? key, this.maxHeight, this.child}) : super(key: key);