buildDefaultAppBar property

AppBarCallback buildDefaultAppBar
final

A callback which should return an AppBar that is displayed until search is started. One of the actions in this AppBar should be a search button which you obtain from SearchBar.getSearchAction(). This will be called every time search is ended, etc. (like a build method on a widget)

Implementation

final AppBarCallback buildDefaultAppBar;