Searched refs:onClickWithLog (Results 1 – 1 of 1) sorted by relevance
119 val onClickWithLog = wrapOnClickWithLog(model.onClick) in Preference() constant121 val modifier = if (onClickWithLog != null) { in Preference()122 Modifier.clickable(enabled = enabled, onClick = onClickWithLog) in Preference()