AppPreferencesDefaults

Functions

Link copied to clipboard
fun styleDefault(addThemeSettings: Boolean, customContent: @Composable PreferenceGroupScope.() -> Unit? = null): AppPreferencesStyle
Link copied to clipboard
fun styleDeviceDefault(addThemeSettings: Boolean, customPageName: String? = null, customContent: @Composable PreferenceGroupScope.() -> Unit? = null): AppPreferencesStyle
Link copied to clipboard
fun stylePager(addThemeSettings: Boolean, labelDefaultPage: String = stringResource(Res.string.menu_settings), contentPadding: PaddingValues = PaddingValues(0.dp), customPages: List<AppPreferencesStyle.Pager.Page>): AppPreferencesStyle.Pager