Sendbird Theme
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
is Dark Theme
The flag to indicate if the theme is dark. Defaults to the system theme.
is Dynamic Color
The flag to indicate if the theme should be set dynamically. Defaults to false
.