ButtonGroupScope
@MaterialScopeMarker
class ButtonGroupScope
Scope for the children of a buttonGroup
Summary
Public functions |
|
|---|---|
Unit |
buttonGroupItem(content: MaterialScope.() -> LayoutElementBuilders.LayoutElement)Adds an item to a |
Public functions
buttonGroupItem
fun buttonGroupItem(content: MaterialScope.() -> LayoutElementBuilders.LayoutElement): Unit
Adds an item to a buttonGroup
| Parameters | |
|---|---|
content: MaterialScope.() -> LayoutElementBuilders.LayoutElement |
the content to use for this item. Usually, this will be one of the Material 3 button or card variants (for example |