RadioGroupScope

Constructors

Link copied to clipboard
constructor(state: RadioGroupState)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun RadioGroupScope.Radio(value: String, modifier: Modifier = Modifier, backgroundColor: Color = Color.Unspecified, contentColor: Color = Color.Unspecified, selectedColor: Color = Color.Unspecified, enabled: Boolean = true, shape: Shape = RectangleShape, borderColor: Color = Color.Unspecified, borderWidth: Dp = Dp.Unspecified, contentPadding: PaddingValues = NoPadding, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, indication: Indication? = LocalIndication.current, horizontalArrangement: Arrangement.Horizontal = Arrangement.Start, verticalAlignment: Alignment.Vertical = Alignment.Top, content: @Composable RowScope.() -> Unit)

A radio button component that can be selected within a RadioGroup.