ReactionToggleParams

constructor(type: String, emoji: String?, size: ReactionToggleSize, checked: Boolean, modifier: Modifier = Modifier, onCheckedChange: (Boolean) -> Unit? = null)

Parameters

type

The string representation of the reaction.

emoji

The emoji character the type maps to, if any.

size

The size of the reaction toggle.

checked

Whether the toggle is checked.

modifier

Modifier for styling.

onCheckedChange

Callback when the checked state changes.