colors
fun colors(selectedColor: Color = KPDesign.colors.colorPrimary, unselectedColor: Color = KPDesign.colors.colorOnSurfaceVariant1, disabledSelectedColor: Color = KPDesign.colors.colorOnSurfaceVariant1, disabledUnselectedColor: Color = KPDesign.colors.colorBorder): RadioButtonColors
Provides default RadioButtonColors based on the Trendyol design guidelines.
Return
RadioButtonColors object representing the default colors for RadioButton components.
Parameters
selectedColor
Color when the RadioButton is selected.
unselectedColor
Color when the RadioButton is not selected.
disabledSelectedColor
Color when the RadioButton is disabled and selected.
disabledUnselectedColor
Color when the RadioButton is disabled and not selected.