Companion

object Companion

Functions

Link copied to clipboard
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.