StudyPlanetAndroidTheme

fun StudyPlanetAndroidTheme(darkTheme: Boolean = isSystemInDarkTheme(), dynamicColor: Boolean = false, content: @Composable () -> Unit)

Function that is used to set the theme of the app.

Parameters

darkTheme

The dark theme

dynamicColor

The dynamic color

content

The content of the app