ReaderRevenueTheme

fun ReaderRevenueTheme(modifier: Modifier = Modifier, content: @Composable (modifier: Modifier) -> Unit)

Wrapper composable that sets Source.Theme.ReaderRevenue as the active theme for its children.

Parameters

modifier

Modifier passed through to content

content