AndroWatchTheme

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

Root Material 3 theme wrapper for the app.

Chooses a dynamic (Material You) color scheme on Android 12+ when dynamicColor is enabled, otherwise falls back to the app's static light/dark schemes. Applies the AndroWatch typography, shapes and expressive motion scheme.

Parameters

darkTheme

Whether to use the dark scheme; defaults to the system setting.

dynamicColor

Whether to use wallpaper-based dynamic colors when available.

content

Composable content to theme.