SessionCustomText constructor

const SessionCustomText({
  1. SigmaScheduledQueryRunError? afterSubmit,
  2. SigmaScheduledQueryRunError? shippingAddress,
  3. SigmaScheduledQueryRunError? submit,
  4. 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,
});