I have `TopAppBar` with `title` set with `Text` co...
# compose
s
I have
TopAppBar
with
title
set with
Text
composable but with very long text. I expect the AppBar can adjust its height to follow the long text but apparently it sticks with default 56.dp. My question is there a way to automatically adjust the height or I should measure it manually as the only way?