ComposerLinkPreviewTheme

constructor(imageSize: ComponentSize, imageShape: Shape, imagePadding: Dp, separatorSize: ComponentSize, separatorMarginStart: Dp, separatorMarginEnd: Dp, title: TextComponentStyle, titleToSubtitle: Dp, subtitle: TextComponentStyle, cancelIcon: ComposerCancelIconStyle)

Parameters

imageSize

The size of the image in the link preview.

imagePadding

The padding for the image in the link preview.

imageShape

The shape of the image in the link preview.

separatorSize

The size of the separator in the link preview.

separatorMarginStart

The start margin for the separator in the link preview.

separatorMarginEnd

The end margin for the separator in the link preview.

title

The theming for the title in the link preview.

titleToSubtitle

The vertical space between the title and the subtitle in the link preview.

subtitle

The theming for the subtitle in the link preview.

cancelIcon

The theming for the cancel icon in the link preview.