FileAttachmentTheme

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.

Parameters

background

The background color for the file attachment.

itemShape

The shape for the file attachment.

imageThumbnail

The shape for the image thumbnail.

downloadIconStyle

The styling for the download icon.

fileNameTextStyle

The text style for the file name.

fileMetadataTextStyle

The text style for the file metadata.

Constructors

Link copied to clipboard
constructor(background: Color, itemShape: Shape, imageThumbnail: Shape, downloadIconStyle: IconStyle, fileNameTextStyle: TextStyle, fileMetadataTextStyle: TextStyle)

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
Link copied to clipboard