Package-level declarations

Types

Link copied to clipboard
data class ButtonData(val id: String, val text: String)
Link copied to clipboard
data class PredefinedButtonsData(val sentiments: Map<SentimentKey, SentimentData>)
Link copied to clipboard
data class SentimentData(val title: String, val buttons: List<ButtonData>)

Functions

Link copied to clipboard
fun FlowRowWithoutAccompanist(modifier: Modifier = Modifier, horizontalGap: Dp = 8.dp, verticalGap: Dp = 8.dp, content: @Composable () -> Unit)