initiallyExpanded property

bool initiallyExpanded
final

Allows you to set whether the toolbar starts out expanded (in gridview) or contracted (in scrollview).

By default it starts out contracted.

This option only works when you have set toolbarType to ToolbarType.nativeExpandable.

Implementation

final bool initiallyExpanded;