InfoWidgetStyle

data class InfoWidgetStyle(val widgetTextStyle: WidgetTextStyle? = null, val benefitTextStyle: BenefitTextStyle? = null)

Styling for Catch widgets which contain benefit text, filler text, and an info button.

This includes the following widgets:

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Configures styling for all text components in an info widget.