ShortNavigationBarOverrideScope

Class

Common
@ExperimentalMaterial3ComponentOverrideApi
class ShortNavigationBarOverrideScope
internal constructor(
    val modifier: Modifier,
    val containerColor: Color,
    val contentColor: Color,
    val windowInsets: WindowInsets,
    val arrangement: ShortNavigationBarArrangement,
    val content: @Composable () -> Unit,
)

Parameters available to ShortNavigationBar.

Parameters

modifierthe Modifier to be applied to this navigation bar
containerColorthe color used for the background of this navigation bar. Use Color.Transparent to have no color
contentColorthe color for content inside this navigation bar.
windowInsetsa window insets of the navigation bar
arrangementthe ShortNavigationBarArrangement of this navigation bar
contentthe content of this navigation bar, typically ShortNavigationBarItems