JochensNextDinnerTheme

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

Composable function for applying the theme of the JochensNextDinner app. It sets the color scheme based on the system theme and the dynamic color setting.

Parameters

darkTheme

A flag indicating whether to use the dark theme. By default, it is set to the system theme.

dynamicColor

A flag indicating whether to use dynamic color. By default, it is set to false. Dynamic color is available on Android 12+.

content

The content to be styled with the theme.