Package-level declarations

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
private val unset: Color

High contrast color to use in UI segments that haven't been figured out what color should have or what they even are

Link copied to clipboard
private val unset2: Color

Functions

Link copied to clipboard
fun AppTheme(enableDarkTheme: Boolean = isSystemInDarkTheme(), useSystemDefault: Boolean = false, content: @Composable () -> Unit)

https://developer.android.com/develop/ui/compose/designsystems/material3

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun PreviewComposable(enableDarkTheme: Boolean = true, content: @Composable () -> Unit)

Util to reduce repetitive code. Previews should be made on top of a Surface

Link copied to clipboard