CardFormConfig constructor

const CardFormConfig({
  1. String? submitButtonText,
})

Implementation

const CardFormConfig({
  this.hideLogo = false,
  this.submitButtonText,
});