MessageComposerTheme
data class MessageComposerTheme( val attachmentCancelIcon: ComposerCancelIconStyle, val linkPreview: ComposerLinkPreviewTheme, val inputField: ComposerInputFieldTheme, val actionsTheme: ComposerActionsTheme, val audioRecording: AudioRecordingTheme, val attachmentsPreview: AttachmentsPreviewTheme)
Represents the theming for the message composer.
Parameters
attachmentCancelIcon
The theming for the cancel icon used in the message composer.
linkPreview
The theming for the link preview in the message composer.
inputField
The theming for the input field in the message composer.
actionsTheme
The theming for the different composer actions.
audioRecording
The theming for the audio recording in the message composer.
attachmentsPreview
The theming for the attachments preview in the message composer.
Constructors
Link copied to clipboard
constructor( attachmentCancelIcon: ComposerCancelIconStyle, linkPreview: ComposerLinkPreviewTheme, inputField: ComposerInputFieldTheme, actionsTheme: ComposerActionsTheme, audioRecording: AudioRecordingTheme, attachmentsPreview: AttachmentsPreviewTheme)