How can I find out the default height for the SmallTopAppBar (or just TopAppBar)? I am implementing a SearchView that replaces the topBar with a similar looking bar with the Search TextView but I cant find out how to apply the proper height.
In TopAppBarDefaults:
https://developer.android.com/reference/kotlin/androidx/compose/material3/TopAppBarDefaults
only the color is shown.