Returns true if the current item with ID itemId should be auto-focused on menu open.
itemId
bool hasAutoFocus(String? itemId) => _autoFocusItemId.transform((id) => id == itemId).or(false);