DarkThemeColorSelector

fun DarkThemeColorSelector(modifier: Modifier = Modifier, selectedToken: DarkThemeToken = DarkThemeToken.FRAPPE, colorToken: ColorToken = ColorToken.MAUVE, onSelected: (Color, DarkThemeToken) -> Unit = { _, _ -> })(source)

Renders the DarkThemeColorSelector UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

selectedToken

selected token value consumed by the API.

colorToken

color token value consumed by the API.

onSelected

callback invoked by the component.