Companion
object Companion
Functions
Link copied to clipboard
fun defaultTheme( colors: StreamColors = when (isSystemInDarkTheme()) {
true -> StreamColors.defaultDarkColors()
else -> StreamColors.defaultColors()
}): AttachmentPickerTheme
Builds the default attachment picker theme.