### Describe your motivation The current API is designed so that hiding detail component happens by using `setDetail(null)`. This is not the most intuitive choice. It would be more intuitive to have more findable method like ### Describe the solution you'd like `hideDetail()` / `showDetail()` or `setDetailVisible(boolean)` ### Describe alternatives you've considered _No response_ ### Additional context _No response_