LinkItem

fun LinkItem(label: String, selectedValue: String? = null, modifier: Modifier = Modifier, isEnabled: Boolean = true, enabled: Boolean = true, icon: Int = com.mapbox.dash.theming.R.drawable.ic_arrow_right, iconBackground: Color = AppTheme.colors.backgroundColors.secondary, iconOrientation: LinkIconOrientation = LinkIconOrientation.RIGHT, onClick: () -> Unit = {})