dynamicColorSchemeOrNull
internal actual fun dynamicColorSchemeOrNull(useDynamicColors: Boolean, isDark: Boolean): ColorScheme?(source)
Renders the dynamicColorSchemeOrNull UI for the SDAI presentation layer.
Return
Result produced by dynamicColorSchemeOrNull.
Author
Dmitriy Moroz
Parameters
useDynamicColors
use dynamic colors value consumed by the API.
isDark
is dark value consumed by the API.
internal expect fun dynamicColorSchemeOrNull(useDynamicColors: Boolean, isDark: Boolean): ColorScheme?(source)
Renders the dynamicColorSchemeOrNull UI for the SDAI presentation layer.
Return
Result produced by dynamicColorSchemeOrNull.
Author
Dmitriy Moroz
Parameters
useDynamicColors
use dynamic colors value consumed by the API.
isDark
is dark value consumed by the API.
internal actual fun dynamicColorSchemeOrNull(useDynamicColors: Boolean, isDark: Boolean): ColorScheme?(source)
Renders the dynamicColorSchemeOrNull UI for the SDAI presentation layer.
Return
Result produced by dynamicColorSchemeOrNull.
Author
Dmitriy Moroz
Parameters
useDynamicColors
use dynamic colors value consumed by the API.
isDark
is dark value consumed by the API.