double collapsedHeight

By default, the height of the toolbar and the bottom widget (if any). If the height of the app bar is constrained to be less than this value then the toolbar and bottom widget are scrolled upwards, out of view.

Source

double get collapsedHeight => _collapsedHeight ?? (_toolbarHeight + bottomHeight);