CafConfirmationNextStepContentConfiguration constructor

const CafConfirmationNextStepContentConfiguration({
  1. String? title,
  2. String? description,
  3. String? buttonText,
  4. String? image,
})

Implementation

const CafConfirmationNextStepContentConfiguration({
  this.title,
  this.description,
  this.buttonText,
  this.image,
});