Package-level declarations

Types

Link copied to clipboard
data class AudioRecordingAttachmentTheme(    val size: ComponentSize,     val padding: ComponentPadding,     val playButton: IconContainerStyle,     val pauseButton: IconContainerStyle,     val timerStyle: TextContainerStyle,     val waveformSliderStyle: WaveformSliderLayoutStyle,     val tailWidth: Dp,     val speedButton: TextContainerStyle,     val contentTypeIcon: IconStyle)

Represents the theming for the audio recording attachment.

Link copied to clipboard
data class FileAttachmentTheme(    val background: Color,     val itemShape: Shape,     val imageThumbnail: Shape,     val downloadIconStyle: IconStyle,     val fileNameTextStyle: TextStyle,     val fileMetadataTextStyle: TextStyle)

Represents the theming for the file attachment component.