Android Platform Theme

fun AndroidPlatformTheme(darkTheme: Boolean = when (localUser.theme!!) { Auto -> isSystemInDarkTheme() Light -> false Dark -> true }, content: @Composable () -> Unit)

Method to apply the Ametista theme to the android related content

Parameters

darkTheme

Whether the theme to use is the dark one

content

The content to display