isSizedLayout property
bool
get
isSizedLayout
Whether the appbar should operate based on the given max extent(e.g. max height).
Implementation
bool get isSizedLayout => minExtent != null && maxExtent != null;