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