Is `Scaffold TopAppBar` height fixed for any reaso...
# compose
p
Is
Scaffold TopAppBar
height fixed for any reason? If the text/images on it are a little big, the
TopAppBar
doesn't increase its size warping the content height, instead it is fixed and cuts the content. I tried with
modifier = Modifier._wrapContentHeight_()
but it doesn't work.
s
Yes, per the spec. https://m3.material.io/components/top-app-bar/specs It's height is 64 DP.