CrossmintIdentityVerification constructor
const
CrossmintIdentityVerification({
- Key? key,
- required String apiKey,
- required CrossmintIdentityVerificationCredentials credentials,
- String? locale,
- void onReady()?,
- void onComplete()?,
- void onCancel()?,
- void onError()?,
- CrossmintIdentityVerificationLoadingBuilder? loadingBuilder,
- double defaultHeight = 300,
Implementation
const CrossmintIdentityVerification({
super.key,
required this.apiKey,
required this.credentials,
this.locale,
this.onReady,
this.onComplete,
this.onCancel,
this.onError,
this.loadingBuilder,
this.defaultHeight = 300,
});