Page

class Page(val title: String, val content: @Composable PreferenceGroupScope.() -> Unit)

Constructors

Link copied to clipboard
constructor(title: String, content: @Composable PreferenceGroupScope.() -> Unit)

Properties

Link copied to clipboard
val content: @Composable PreferenceGroupScope.() -> Unit
Link copied to clipboard