Flutter's CustomScrollView tries to expand to fill all available space in its scroll direction. When placed inside a parent with unbounded constraints, it breaks the layout. Instead of a simple error, ...