parentHeight property
final
Optional parent height. If not provided, the widget will use available height. Use parentHeight for constant height instead of a height-constrained container. This allows proper collapse to 0 height when the view is dismissed.
Implementation
final double? parentHeight;