RadioButtonColors

constructor(selectedColor: Color, unselectedColor: Color, disabledSelectedColor: Color, disabledUnselectedColor: Color)

create an instance with arbitrary colors. See RadioButtonDefaults.colors for the default implementation that follows Material specifications.

Parameters

selectedColor

the color to use for the RadioButton when selected and enabled.

unselectedColor

the color to use for the RadioButton when unselected and enabled.

disabledSelectedColor

the color to use for the RadioButton when disabled and selected.

disabledUnselectedColor

the color to use for the RadioButton when disabled and not selected.