PreferenceCenterTheme
data class PreferenceCenterTheme(val lightColors: PreferenceCenterColors = PreferenceCenterColors.lightDefaults(), val darkColors: PreferenceCenterColors = PreferenceCenterColors.darkDefaults(), val typography: PreferenceCenterTypography = PreferenceCenterTypography.defaults(), val dimens: PreferenceCenterDimens = PreferenceCenterDimens.defaults(), val shapes: PreferenceCenterShapes = PreferenceCenterShapes.defaults(), val options: PreferenceCenterOptions = PreferenceCenterOptions.defaults())(source)
Constructors
Link copied to clipboard
constructor(lightColors: PreferenceCenterColors = PreferenceCenterColors.lightDefaults(), darkColors: PreferenceCenterColors = PreferenceCenterColors.darkDefaults(), typography: PreferenceCenterTypography = PreferenceCenterTypography.defaults(), dimens: PreferenceCenterDimens = PreferenceCenterDimens.defaults(), shapes: PreferenceCenterShapes = PreferenceCenterShapes.defaults(), options: PreferenceCenterOptions = PreferenceCenterOptions.defaults())