KYCTextBox constructor
const
KYCTextBox({
- Key? key,
- Key? fieldKey,
- required FormProps formProps,
- required StyleProps styleProps,
- bool showVerifyButton = false,
- ReactiveFormFieldCallback<
String> ? onChange, - required ButtonProps buttonProps,
- required bool isOffline,
- String? assetPath,
- required ValueChanged onSuccess,
- required ValueChanged onError,
- String? apiUrl,
- required VerificationType verificationType,
- String? kycNumber,
- String? validationPatternErrorMessage,
- required RegExp? validationPattern,
- String? otpGendrateassetPath,
- required String otpGendraassetApiurl,
- required String aadhaarResponseassetspath,
- required String aadhaarResponseApiurl,
- required String aadharvaultassetpath,
- required String aadharvaultApiurl,
- required String aadharvaultlookupassetpath,
- required String aadharvaultlookupapiurl,
- required String leadId,
- required String token,
- bool obscureText = false,
- bool maskAadhaar = false,
- List<
String> ? usedAadhaarRefNumbers,
Implementation
const KYCTextBox({
super.key,
this.fieldKey,
required this.formProps,
required this.styleProps,
this.showVerifyButton = false,
this.onChange,
required this.buttonProps,
required this.isOffline,
this.assetPath,
required this.onSuccess,
required this.onError,
this.apiUrl,
required this.verificationType,
this.kycNumber,
this.validationPatternErrorMessage,
required this.validationPattern,
this.otpGendrateassetPath,
required this.otpGendraassetApiurl,
required this.aadhaarResponseassetspath,
required this.aadhaarResponseApiurl,
required this.aadharvaultassetpath,
required this.aadharvaultApiurl,
required this.aadharvaultlookupassetpath,
required this.aadharvaultlookupapiurl,
required this.leadId,
required this.token,
this.obscureText = false,
this.maskAadhaar = false,
this.usedAadhaarRefNumbers,
});