OtherOptionsChip

fun OtherOptionsChip(onClick: () -> Unit, modifier: Modifier = Modifier, label: String = stringResource(id = R.string.horologist_other_options_chip_label), colors: ChipColors = ChipDefaults.primaryChipColors(), enabled: Boolean = true)

An opinionated Chip to represent the "Other options to authentication" action.