shrinkItems property

bool shrinkItems
final

When set to true the items will shrink to take up less space. This is useful when there are many items in the navigation bar. Defaults to false. When set to false the items will take up equal space and will expand to fill the bar.

Implementation

final bool shrinkItems;