MessageOptionItem
fun MessageOptionItem( option: MessageOptionItemState, modifier: Modifier = Modifier, verticalAlignment: Alignment.Vertical = Alignment.CenterVertically, horizontalArrangement: Arrangement.Horizontal = Arrangement.Start, onMessageOptionItemSelected: (MessageOptionItemState) -> Unit = {})
Deprecated
This class is deprecated and will be removed in the next version.
Replace with
GenericMenuOptionItem
Content copied to clipboard
Each option item in the column of options.
Parameters
option
The option to show.
modifier
Modifier for styling.
verticalAlignment
Used to apply vertical alignment.
horizontalArrangement
Used to apply horizontal arrangement.