SingleChoiceSegmentedButtonRowScope

Scope for the content of a single-choice segmented button row.

Constructors

Link copied to clipboard
constructor(platformScope: SingleChoiceSegmentedButtonRowScope)
constructor(elementScope: ElementScope<HTMLElement>)

Properties

Link copied to clipboard
val elementScope: ElementScope<HTMLElement>
Link copied to clipboard

Functions

Link copied to clipboard
expect fun SingleChoiceSegmentedButtonRowScope.SegmentedButton(selected: Boolean, onClick: () -> Unit, defaultShapeArgs: SegmentedButtonDefaultShapeArgs, modifier: Modifier = Modifier, enabled: Boolean = true, icon: @Composable () -> Unit? = null, label: String)

Material Design segmented button.

actual fun SingleChoiceSegmentedButtonRowScope.SegmentedButton(selected: Boolean, onClick: () -> Unit, defaultShapeArgs: SegmentedButtonDefaultShapeArgs, modifier: Modifier, enabled: Boolean, icon: () -> Unit?, label: String)
actual fun SingleChoiceSegmentedButtonRowScope.SegmentedButton(selected: Boolean, onClick: () -> Unit, defaultShapeArgs: SegmentedButtonDefaultShapeArgs, modifier: Modifier, enabled: Boolean, icon: () -> Unit?, label: String)