expandedHeight property

double? expandedHeight
final

The size of the app bar when it is fully expanded.

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

This does not include the status bar height (which will be automatically included if primary is true).

Implementation

final double? expandedHeight;