hasFocus property
bool
get
hasFocus
Whether the search field has focus.
Implementation
bool get hasFocus => _focusNode.hasFocus;
Whether the search field has focus.
bool get hasFocus => _focusNode.hasFocus;