MultiChoiceSegmentedButtonRow

expect fun MultiChoiceSegmentedButtonRow(modifier: Modifier = Modifier, space: Dp? = null, content: @Composable MultiChoiceSegmentedButtonRowScope.() -> Unit)(source)

Material Design multi-choice segmented button row.

A segmented button row provides a set of options where multiple can be selected at the same time.

Note: This component uses experimental Material Web labs APIs on the JS platform.

Parameters

space

currently only working on Compose UI.

See also