Ios
Platform
Theme
fun IosPlatformTheme(darkTheme: Boolean = when (localUser.theme!!) {
Auto -> isSystemInDarkTheme()
Light -> false
Dark -> true
}, content: @Composable () -> Unit)
Method to apply the Ametista theme to the ios related content
Parameters
dark Theme
Whether the theme to use is the dark one
content
The content to display