MessageComposerCommandSuggestionItemCenterContentParams
data class MessageComposerCommandSuggestionItemCenterContentParams(val command: Command, val modifier: Modifier = Modifier)
Parameters for ChatComponentFactory.MessageComposerCommandSuggestionItemCenterContent.
Parameters
command
The command for which the center content is rendered.
modifier
Modifier for styling.