itemsVisibility property

ShowedItemsVisibility itemsVisibility
final

How the showed items are displayed.

There are currently three types :

ShowedItemsVisibility.alwaysOn // The items are always displayed
ShowedItemsVisibility.onType // Items are displayed when user types on search field
ShowedItemsVisibility.toggle // Items are displayed when tapped on toggle button

Defaults to ShowedItemsVisibility.alwaysOn.

Implementation

final ShowedItemsVisibility itemsVisibility;