ursus
02/12/2024, 10:16 PM@Preview
@Composable
private fun FooScreenPreview() {
PlaygroundTheme { <---------------------
FooScreen(..)
}
}
Is there a way to do away with always specifying a theme? custom annotation or something?Stylianos Gakis
02/14/2024, 7:43 PM