object RadioButtonDefaults
colors
()
|
Creates a RadioButtonColors that will animate between the provided colors.
Signature
fun colors(): RadioButtonColors Returns |
colors
(
selectedColor
, selectedDotColor
, unselectedColor
, disabledSelectedColor
, disabledSelectedDotColor
, disabledUnselectedColor
)
|
Creates a RadioButtonColors that will animate between the provided colors.
Signature
fun colors(selectedColor: Color, selectedDotColor: Color, unselectedColor: Color, disabledSelectedColor: Color, disabledSelectedDotColor: Color, disabledUnselectedColor: Color): RadioButtonColors Parameters
selectedColor:
Color
selectedDotColor:
Color
unselectedColor:
Color
disabledSelectedColor:
Color
disabledSelectedDotColor:
Color
disabledUnselectedColor:
Color
|