Package-level declarations
The theme
package contains the theme configuration for the Design System Module. It includes: Color, Theme and Typography.
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun SpeziTheme(darkTheme: Boolean = isSystemInDarkTheme(), dynamicColor: Boolean = true, isPreview: Boolean = false, content: @Composable () -> Unit)