my theme - VeleSSemecky/Purchase GitHub Wiki
//presentation/com.veles.purchase.presentation.presentation.compose/MyTheme
[androidJvm]\
fun MyTheme(darkTheme: Boolean = isSystemInDarkTheme(), content: @Composable() -> Unit)
//presentation/com.veles.purchase.presentation.presentation.compose/MyTheme
[androidJvm]\
fun MyTheme(darkTheme: Boolean = isSystemInDarkTheme(), content: @Composable() -> Unit)