MessageCenterTheme

fun MessageCenterTheme(colors: MessageCenterColors = if(isSystemInDarkTheme()) MessageCenterColors.darkDefaults() else MessageCenterColors.lightDefaults(), options: MessageCenterOptions = MessageCenterOptions.defaults(), typography: MessageCenterTypography = MessageCenterTypography.defaults(), dimens: MessageCenterDimens = MessageCenterDimens.defaults(), content: @Composable () -> Unit)(source)

Message Center Theme

Applies the provided Message Center theming to the nested composable content.

Parameters

colors

The Message Center colors

options

The Message Center options

typography

The Message Center typography

dimens

The Message Center dimensions

content

The composable content to apply the theme to