Companion

object Companion

Functions

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

Builds the default theming for the attachments preview.