QuickChatRow

fun QuickChatRow(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, enabled: Boolean, actions: List<ERROR CLASS: Symbol not found for QuickChatAction>, onClick: (ERROR CLASS: Symbol not found for QuickChatAction) -> Unit)(source)

A row of quick chat action buttons.

Parameters

enabled

Whether the buttons should be enabled.

actions

The list of QuickChatActions to display.

onClick

Callback when a quick chat button is clicked.