Package-level declarations
Properties
Link copied to clipboard
Default value for is dark mode active when a composable is not wrapped in local AppColourMode.
Functions
Link copied to clipboard
fun ReaderRevenueTheme(modifier: Modifier = Modifier, content: @Composable (modifier: Modifier) -> Unit)
Wrapper composable that sets Source.Theme.ReaderRevenue as the active theme for its children.
Link copied to clipboard
fun SourceCoreTheme(modifier: Modifier = Modifier, content: @Composable (modifier: Modifier) -> Unit)
Wrapper composable that sets Source.Theme.Core as the active theme for its children.