ShortNavigationBarOverrideScope


Parameters available to ShortNavigationBar.

Summary

Public properties

ShortNavigationBarArrangement

the ShortNavigationBarArrangement of this navigation bar

Cmn
Color

the color used for the background of this navigation bar.

Cmn
@Composable () -> Unit

the content of this navigation bar, typically ShortNavigationBarItems

Cmn
Color

the color for content inside this navigation bar.

Cmn
Modifier

the Modifier to be applied to this navigation bar

Cmn
WindowInsets

a window insets of the navigation bar

Cmn

Public properties

arrangement

val arrangementShortNavigationBarArrangement

the ShortNavigationBarArrangement of this navigation bar

containerColor

val containerColorColor

the color used for the background of this navigation bar. Use Color.Transparent to have no color

content

val content: @Composable () -> Unit

the content of this navigation bar, typically ShortNavigationBarItems

contentColor

val contentColorColor

the color for content inside this navigation bar.

modifier

val modifierModifier

the Modifier to be applied to this navigation bar

windowInsets

val windowInsetsWindowInsets

a window insets of the navigation bar