DarkMode
Function
Android
fun DeviceConfigurationOverride.Companion.DarkMode(
isDarkMode: Boolean
): DeviceConfigurationOverride
A DeviceConfigurationOverride
that overrides the dark mode or light mode theme for the
contained content. Inside the content under test, isSystemInDarkTheme()
will return
isDarkMode
.