Compose Preview Lab
Toggle table of contents
0.1.0-dev09
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Preview Lab
ui
/
me.tbsten.compose.preview.lab.ui.components
/
RadioButtonColors
Radio
Button
Colors
@
Immutable
data
class
RadioButtonColors
(
val
selectedColor
:
Color
,
val
unselectedColor
:
Color
,
val
disabledSelectedColor
:
Color
,
val
disabledUnselectedColor
:
Color
)
Members
Constructors
Radio
Button
Colors
Link copied to clipboard
constructor
(
selectedColor
:
Color
,
unselectedColor
:
Color
,
disabledSelectedColor
:
Color
,
disabledUnselectedColor
:
Color
)
Properties
disabled
Selected
Color
Link copied to clipboard
val
disabledSelectedColor
:
Color
disabled
Unselected
Color
Link copied to clipboard
val
disabledUnselectedColor
:
Color
selected
Color
Link copied to clipboard
val
selectedColor
:
Color
unselected
Color
Link copied to clipboard
val
unselectedColor
:
Color