searchController property

SearchController? searchController
final

An optional controller that allows opening and closing of the search view from other widgets.

If this is null, one internal search controller is created automatically and it is used to open the search view when the user taps on the anchor.

Implementation

final SearchController? searchController;