RightInset
fun RightInset(modifier: Modifier = Modifier, width: CSSLengthOrPercentageNumericValue? = null, block: @Composable BoxScope.() -> Unit)(source)
Declare an inset element which will be placed within the right side of the input.
Due to technical limitations, insets cannot detect their size or grow based on their content. Instead, if you want to change its width, you'll have to set it manually via the width parameter.
NOTE: You can only declare a right addon OR inset element, not both.