CenterAlignedTopAppBar

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

Center-aligned top app bar.

See also

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