AttachmentPickerTheme

data class AttachmentPickerTheme(val backgroundOverlay: Color, val backgroundSecondary: Color, val backgroundPrimary: Color)

Represents the theming for the attachment picker.

Parameters

backgroundOverlay

The overlay background color.

backgroundSecondary

The secondary background color.

backgroundPrimary

The primary background color.

Constructors

Link copied to clipboard
constructor(backgroundOverlay: Color, backgroundSecondary: Color, backgroundPrimary: Color)

Types

Link copied to clipboard
object Companion

Properties

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