RightAddon

fun RightAddon(modifier: Modifier = Modifier, block: @Composable BoxScope.() -> Unit)(source)

Declare an addon element which will be placed on the right side of the input.

NOTE: You can only declare a right addon OR inset element, not both.

See also