ActionWidgetStyle

data class ActionWidgetStyle(val widgetTextStyle: WidgetTextStyle? = null, val benefitTextStyle: BenefitTextStyle? = null, val actionButtonStyle: ActionButtonStyle? = null)

Styling for Catch widgets which contain an action button.

This includes the following widgets:

  • PurchaseConfirmation

  • CampaignLink

Constructors

Link copied to clipboard
constructor(widgetTextStyle: WidgetTextStyle? = null, benefitTextStyle: BenefitTextStyle? = null, actionButtonStyle: ActionButtonStyle? = null)

Properties

Link copied to clipboard

Configures styling of the button within an action widget.

Link copied to clipboard

Configures color and font weight of all benefit text within an action widget.

Link copied to clipboard

Configures styling for all text components in an action widget.