LargeTopAppBar

expect fun LargeTopAppBar(title: @Composable () -> Unit, modifier: Modifier = Modifier, navigationIcon: @Composable () -> Unit? = null, actions: @Composable () -> Unit? = null, stickyJsDom: Boolean = false)(source)

Large top app bar.

See also

androidx.compose.material3.LargeTopAppBar
actual fun LargeTopAppBar(title: () -> Unit, modifier: Modifier, navigationIcon: () -> Unit?, actions: () -> Unit?, stickyJsDom: Boolean)(source)
actual fun LargeTopAppBar(title: () -> Unit, modifier: Modifier, navigationIcon: () -> Unit?, actions: () -> Unit?, stickyJsDom: Boolean)(source)