MessageCenterTheme
data class MessageCenterTheme(val lightColors: MessageCenterColors = MessageCenterColors.lightDefaults(), val darkColors: MessageCenterColors = MessageCenterColors.darkDefaults(), val typography: MessageCenterTypography = MessageCenterTypography.defaults(), val dimens: MessageCenterDimens = MessageCenterDimens.defaults(), val options: MessageCenterOptions = MessageCenterOptions.defaults())(source)
Message Center Theme
This non-@composable version of the theme is used for configuring the default MessageCenterActivity and should not be used in Composables.
Constructors
Link copied to clipboard
constructor(lightColors: MessageCenterColors = MessageCenterColors.lightDefaults(), darkColors: MessageCenterColors = MessageCenterColors.darkDefaults(), typography: MessageCenterTypography = MessageCenterTypography.defaults(), dimens: MessageCenterDimens = MessageCenterDimens.defaults(), options: MessageCenterOptions = MessageCenterOptions.defaults())