AttachmentPickerTheme

data class AttachmentPickerTheme(val backgroundOverlay: Color, val backgroundSecondary: Color, val backgroundPrimary: Color, val checkIconBackgroundColor: Color, val checkIconTintColor: Color, val contentColor: Color, val saveAttachmentsOnDismiss: Boolean)

Represents the theming for the attachment picker.

Parameters

backgroundOverlay

The overlay background color.

backgroundSecondary

The secondary background color.

backgroundPrimary

The primary background color.

checkIconBackgroundColor

The background color of the check icon.

checkIconTintColor

The tint color of the check icon.

contentColor

The content color used for text and icons.

saveAttachmentsOnDismiss

If the selected attachments should be saved when the picker is dismissed.

Constructors

Link copied to clipboard
constructor(backgroundOverlay: Color, backgroundSecondary: Color, backgroundPrimary: Color, checkIconBackgroundColor: Color, checkIconTintColor: Color, contentColor: Color, saveAttachmentsOnDismiss: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard