Nnstreamerandroid Theme
fun NnstreamerandroidTheme(darkTheme: Boolean = isSystemInDarkTheme(), dynamicColor: Boolean = true, content: @Composable () -> Unit)
A Composable that initializes the MaterialTheme for the app.
Parameters
dark Theme
Whether to use a dark theme or not.
dynamic Color
Whether to use dynamic colors or not.
content
The content of the app.