MultiChoiceSegmentedButtonRowScope

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

Constructors

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

Properties

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

Functions

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