NavButtonParams

data class NavButtonParams(val forwardButtonContentDescription: String?, val backButtonContentDescription: String?, val variant: NavButtonVariant = NavButtonVariant.Primary)(source)

Data class that represents the necessary data to add navigation buttons in the component.

Constructors

Link copied to clipboard
constructor(forwardButtonContentDescription: String?, backButtonContentDescription: String?, variant: NavButtonVariant = NavButtonVariant.Primary)

Properties

Link copied to clipboard

text used by accessibility services to describe what the decrease action represents.

Link copied to clipboard

text used by accessibility services to describe what the increase action represents.

Link copied to clipboard

Different styling options for the navigation buttons.