Study Planet Android Theme
fun StudyPlanetAndroidTheme(darkTheme: Boolean = isSystemInDarkTheme(), dynamicColor: Boolean = false, content: @Composable () -> Unit)
Function that is used to set the theme of the app.
Parameters
dark Theme
The dark theme
dynamic Color
The dynamic color
content
The content of the app