expandedHeight property

double? expandedHeight
final

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

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).

Either expandedHeight or expandedHeightRatio must be null.

Ratation Phone Tablet
Portrait 0.3976 * MediaQueryData.size.height 0.1878 * MediaQueryData.size.height
Landscape collapsedHeight 0.1878 * MediaQueryData.size.height

Implementation

final double? expandedHeight;