BottomNavigationActionClasses

sealed external interface BottomNavigationActionClasses(source)

Properties

Link copied to clipboard
abstract val iconOnly: ClassName

State class applied to the root element if showLabel={false} and not selected.

Link copied to clipboard
abstract val label: ClassName

Styles applied to the label's span element.

Link copied to clipboard
abstract val root: ClassName

Styles applied to the root element.

Link copied to clipboard
abstract val selected: ClassName

State class applied to the root element if selected.