fixedScrollableHeight property
When true, the scrollable widget's height is always calculated as if the AppBar is fully collapsed, regardless of whether the AppBar is expanded or collapsed.
This is useful when the scrollable widget's size should not be adjusted based on the AppBar's movement, helping to avoid layout overhead and visual glitches caused by dynamic size changes.
Implementation
final bool? fixedScrollableHeight;