defaultStyle
fun defaultStyle(own: Boolean, isInDarkMode: Boolean, typography: StreamTypography = StreamTypography.defaultTypography(), colors: StreamColors = when (isInDarkMode) {
true -> StreamColors.defaultDarkColors()
else -> StreamColors.defaultColors()
}, shapes: StreamShapes = StreamShapes.defaultShapes()): QuotedMessageStyle
Builds the default quoted message style.
Returns a QuotedMessageStyle instance holding our default theming.