SingleChoiceSegmentedButtonRow
expect fun SingleChoiceSegmentedButtonRow(modifier: Modifier = Modifier, space: Dp? = null, content: @Composable SingleChoiceSegmentedButtonRowScope.() -> Unit)(source)
Material Design single-choice segmented button row.
A segmented button row provides a set of options where only one can be selected at a time.
Note: This component uses experimental Material Web labs APIs on the JS platform.
Parameters
space
currently only working on Compose UI.
See also
actual fun SingleChoiceSegmentedButtonRow(modifier: Modifier, space: Dp?, content: SingleChoiceSegmentedButtonRowScope.() -> Unit)(source)
actual fun SingleChoiceSegmentedButtonRow(modifier: Modifier, space: Dp?, content: SingleChoiceSegmentedButtonRowScope.() -> Unit)(source)