double expandedHeight

By default, the total height of the toolbar and the bottom widget (if any). The Scaffold gives its app bar this height initially. If a flexibleSpace widget is specified this height should be big enough to accommodate whatever that widget contains.

See also getExpandedHeightFor.

Source

double get expandedHeight => _expandedHeight ?? (_toolbarHeight + bottomHeight);