Package-level declarations
Functions
Link copied to clipboard
Section for app appearance settings like language and theme.
Link copied to clipboard
fun ExpressiveSection(title: String, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, titleColor: ERROR CLASS: Symbol not found for Color = MaterialTheme.colorScheme.primary, content: ERROR CLASS: Symbol not found for ColumnScope.() -> Unit)
A styled section container for settings screens.
Link copied to clipboard
Link copied to clipboard
fun PrivacySection(analyticsAvailable: Boolean, analyticsEnabled: Boolean, onToggleAnalytics: () -> Unit, provideLocation: Boolean, onToggleLocation: (Boolean) -> Unit, homoglyphEnabled: Boolean, onToggleHomoglyph: () -> Unit, startProvideLocation: () -> Unit, stopProvideLocation: () -> Unit)
Section managing privacy settings like analytics and location sharing.