Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(content: Color = Color.Unspecified, contentHovered: Color = content, contentDisabled: Color = IntUiDarkTheme.colors.grey(8), contentSelected: Color = content, contentSelectedHovered: Color = content, contentSelectedDisabled: Color = contentDisabled): IntUiRadioButtonColors
Link copied to clipboard
@Composable
fun light(content: Color = Color.Unspecified, contentHovered: Color = content, contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentSelected: Color = content, contentSelectedHovered: Color = content, contentSelectedDisabled: Color = contentDisabled): IntUiRadioButtonColors