Companion

object Companion

Functions

Link copied to clipboard
fun defaultTheme(typography: StreamTypography = StreamTypography.defaultTypography(), colors: StreamColors = when (isSystemInDarkTheme()) { true -> StreamColors.defaultDarkColors() else -> StreamColors.defaultColors() }): MessageDateSeparatorTheme

Builds the default message date separator theme.