KwikForms constructor
const
KwikForms({
- Key? key,
- required List<
KwikAddress> addresses, - required bool consent,
- int? consentTimestamp,
- ValueChanged<
KwikAddress> ? onFormSubmit, - ValueChanged? onSubmissionFailed,
- VoidCallback? onClose,
- KwikLoginConfig? loginConfig,
- KwikFormsStyle? style,
Implementation
const KwikForms({
super.key,
required this.addresses,
required this.consent,
this.consentTimestamp,
this.onFormSubmit,
this.onSubmissionFailed,
this.onClose,
this.loginConfig,
this.style,
});