NavButtonParams

data class NavButtonParams(val forwardButtonContentDescription: String, val backButtonContentDescription: String)

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

Constructors

Link copied to clipboard
constructor(forwardButtonContentDescription: String, backButtonContentDescription: String)

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.