How can I achieve the same effect as `TopAppBarDef...
# compose-android
d
How can I achieve the same effect as
TopAppBarDefaults.enterAlwaysScrollBehavior
in a Material 3
SearchBar
? If I nest it in a TopAppBar, and try to open the suggestions pane, it gets hidden in the TopAppBar's limits...