hasFocus property

bool get hasFocus

Whether the search field has focus.

Implementation

bool get hasFocus => _focusNode.hasFocus;