PreviewThemes

@Preview(uiMode = 16, name = "Light theme")
@Preview(uiMode = 32, name = "Dark theme")
annotation class PreviewThemes

Multi-preview annotation that represents light and dark themes. Add this annotation to a composable to render the both themes.