focusNode property
Focus node for managing search text field focus state.
Used by getCommonSearchTextField to track and respond to focus changes, enabling dynamic styling based on whether the search field is focused.
Implementation
// Add a FocusNode to track the focus state
FocusNode focusNode = FocusNode();