How to have different top app bar but same bottm app bar in voyager navigation
I want to have different topapp bars for different screens in android app but have same bottom bar
Android Jetpack Compose and voyager pass topBar height and navigation bar height between screens
I’m developing an app using jetpack compose and I ran into issues while positioning my content inside of the space left in between the top bar and the bottom navigation bar, what I’m looking for is a way to send their height between screens to use as padding.