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.