JetpackApp
fun JetpackApp(appState: JetpackAppState, modifier: Modifier = Modifier, windowAdaptiveInfo: WindowAdaptiveInfo = currentWindowAdaptiveInfo())
Composable function that represents the Jetpack Compose application.
Parameters
appState
The state of the Jetpack application.
modifier
The modifier to be applied to the Jetpack application.
windowAdaptiveInfo
The window adaptive information.