defaultTheme
fun defaultTheme(colors: StreamColors = when (isSystemInDarkTheme()) {
true -> StreamColors.defaultDarkColors()
else -> StreamColors.defaultColors()
}): AttachmentPickerTheme
Builds the default attachment picker theme.
Return
A AttachmentPickerTheme instance holding the default theming.