NnstreamerandroidTheme

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

A Composable that initializes the MaterialTheme for the app.

Parameters

darkTheme

Whether to use a dark theme or not.

dynamicColor

Whether to use dynamic colors or not.

content

The content of the app.