SessionCustomText constructor
const
SessionCustomText({
- SigmaScheduledQueryRunError? afterSubmit,
- SigmaScheduledQueryRunError? shippingAddress,
- SigmaScheduledQueryRunError? submit,
- SigmaScheduledQueryRunError? termsOfServiceAcceptance,
custom_text_param
Display additional text for your customers using custom text.
Implementation
const SessionCustomText({
this.afterSubmit,
this.shippingAddress,
this.submit,
this.termsOfServiceAcceptance,
});