Package-level declarations

Functions

Link copied to clipboard
fun SuggestionList(    modifier: Modifier = Modifier,     shape: Shape = ChatTheme.shapes.suggestionList,     contentPadding: PaddingValues = PaddingValues(vertical = ChatTheme.dimens.suggestionListPadding),     headerContent: @Composable () -> Unit = {},     centerContent: @Composable () -> Unit)

Represents the suggestion list popup that allows user to auto complete the current input.