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()
}): AudioRecordingAttachmentPreviewTheme
Builds the default theming for the audio recording attachment.