AudioRecordingAttachmentPreviewTheme

data class AudioRecordingAttachmentPreviewTheme(val size: ComponentSize, val padding: ComponentPadding, val playButton: IconContainerStyle, val pauseButton: IconContainerStyle, val timerStyle: TextContainerStyle, val waveformSliderStyle: WaveformSliderLayoutStyle)

Represents the theming for the audio recording attachment.

Parameters

size

The size of the audio recording attachment preview.

padding

The padding for the audio recording attachment preview.

playButton

The style for the play button.

pauseButton

The style for the pause button.

timerStyle

The style for the timer component.

waveformSliderStyle

The style for the waveform slider.

Constructors

Link copied to clipboard
constructor(size: ComponentSize, padding: ComponentPadding, playButton: IconContainerStyle, pauseButton: IconContainerStyle, timerStyle: TextContainerStyle, waveformSliderStyle: WaveformSliderLayoutStyle)

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