SendbirdTheme

fun SendbirdTheme(lightColorScheme: ColorScheme = sendbirdLightColorScheme(), darkColorScheme: ColorScheme = sendbirdDarkColorScheme(), shapes: Shapes = sendbirdShapes(), typography: Typography = sendbirdTypography(), isDarkTheme: Boolean = isSystemInDarkTheme(), isDynamicColor: Boolean = false, content: @Composable () -> Unit)

Represents default theme for the Sendbird Uikit based on the MaterialTheme.

Since

1.0.0-beta.1

Parameters

isDarkTheme

The flag to indicate if the theme is dark. Defaults to the system theme.

isDynamicColor

The flag to indicate if the theme should be set dynamically. Defaults to false.