NavButtonParams
data class NavButtonParams(val forwardButtonContentDescription: String?, val backButtonContentDescription: String?, val variant: NavButtonVariant = NavButtonVariant.Primary, val alwaysVisible: Boolean = false)(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, alwaysVisible: Boolean = false)
Properties
Link copied to clipboard
Boolean to show the buttons even if hover is not used. If false, the buttons will only be visible when hover is used.
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.