AddressSummaryComponentStyle

data class AddressSummaryComponentStyle @JvmOverloads constructor(val titleStyle: TextLabelStyle? = null, val subTitleStyle: TextLabelStyle? = null, val addAddressButtonStyle: ButtonStyle = ButtonStyle(), val summarySectionStyle: AddressSummarySectionStyle = AddressSummarySectionStyle( TextLabelStyle(), null, ButtonStyle(), ContainerStyle(), ), val containerStyle: ContainerStyle = ContainerStyle(), val isOptional: Boolean = false)

Constructors

Link copied to clipboard
constructor(titleStyle: TextLabelStyle? = null, subTitleStyle: TextLabelStyle? = null, addAddressButtonStyle: ButtonStyle = ButtonStyle(), summarySectionStyle: AddressSummarySectionStyle = AddressSummarySectionStyle( TextLabelStyle(), null, ButtonStyle(), ContainerStyle(), ), containerStyle: ContainerStyle = ContainerStyle(), isOptional: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val isOptional: Boolean = false
Link copied to clipboard
Link copied to clipboard