khairil.ushan
Voyager
TabNavigator
CurrentTab
val hazeState = remember { HazeState() } TabNavigator(HomeScreen()) { Scaffold( modifier = Modifier .fillMaxSize(), topBar = { TopBar(hazeState = hazeState) }, bottomBar = { BottomBar(hazeState = hazeState) }, content = { contentPadding -> // How to use the contentPadding in the content CurrentTab() } ) }
Modifier.haze
brandonmcansh
A modern programming language that makes developers happier.