toggle menu
ui
1.0.0-SNAPSHOT
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui.component.styling
/
RadioButtonColors
Radio
Button
Colors
@
Immutable
class
RadioButtonColors
(
val
content
:
Color
,
val
contentHovered
:
Color
,
val
contentDisabled
:
Color
,
val
contentSelected
:
Color
,
val
contentSelectedHovered
:
Color
,
val
contentSelectedDisabled
:
Color
)
Members
Constructors
Radio
Button
Colors
Link copied to clipboard
constructor
(
content
:
Color
,
contentHovered
:
Color
,
contentDisabled
:
Color
,
contentSelected
:
Color
,
contentSelectedHovered
:
Color
,
contentSelectedDisabled
:
Color
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
val
content
:
Color
content
Disabled
Link copied to clipboard
val
contentDisabled
:
Color
content
Hovered
Link copied to clipboard
val
contentHovered
:
Color
content
Selected
Link copied to clipboard
val
contentSelected
:
Color
content
Selected
Disabled
Link copied to clipboard
val
contentSelectedDisabled
:
Color
content
Selected
Hovered
Link copied to clipboard
val
contentSelectedHovered
:
Color
Functions
content
For
Link copied to clipboard
@
Composable
fun
contentFor
(
state
:
RadioButtonState
)
:
State
<
Color
>