colors
Creates a RadioButtonColors that will animate between the provided colors according to the Material specification.
@Composable
Creates a RadioButtonColors that will animate between the provided colors according to the Material specification.
Return
the resulting RadioButtonColors used for the RadioButton
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.