PgpShieldTheme

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

Applies the PGP Shield MaterialTheme (colors, typography, shapes, motion).

Parameters

darkTheme

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

dynamicColor

Use Android 12+ dynamic (wallpaper) colors when available.

content

The composable subtree to theme.