<How to create a TopAppBar in compose?> I am curre...
# stackoverflow
u
How to create a TopAppBar in compose? I am currently trying to create a seperate composable for the TopAppBar. I am going for something like this: https://gyazo.com/029064b4fb4169c5171a85934fcdcc7a. I want to be able to customize it seperat from the drawer. How can I achieve this ? I tried to create a few following tutorials and re-search online but without any luck. I cannot figure out why it doesn't work!! @Composable fun...