searchKey property

GlobalKey<State<StatefulWidget>> searchKey
final

GlobalKey of a search field for keep it from rebuilding.

Implementation

final GlobalKey searchKey = GlobalKey();