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? validationPattern,
- required String apiUrl,
- required VerificationType verificationType,
- String? kycNumber,
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.validationPattern,
required this.apiUrl,
required this.verificationType,
this.kycNumber,
});