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()): PollMessageStyle
Builds the default poll message style for the current user's messages.
Returns a PollMessageStyle instance holding our default theming.