Attachments Element Typography
data class AttachmentsElementTypography(val labelStyle: TextStyle, val supportingTextStyle: TextStyle, val tileTextStyle: TextStyle, val tileSupportingTextStyle: TextStyle)
Typography used for a AttachmentsFormElement. Attachments in the element are rendered as a list of tiles.
Use FeatureFormDefaults.attachmentsElementTypography to create a new instance with the default values.
Since
200.5.0
Properties
Link copied to clipboard
The style for the label of this field.
Link copied to clipboard
The style for the supporting text of this field.
Link copied to clipboard
The style for the supporting text of an individual attachment tile. This is used to display the size of the attachment.
Link copied to clipboard
The style for the text of an individual attachment tile.