KYCInputField constructor
const
KYCInputField({
- Key? key,
- required FormProps formProps,
- required StyleProps styleProps,
- required InputValidationManager validationManager,
- String? validationPatternErrorMessage,
- bool disabled = false,
- TextInputType keyboardType = TextInputType.text,
- ReactiveFormFieldCallback<
String> ? onChange, - RegExp? validationPattern,
- bool obscureText = false,
- bool maskAadhaar = false,
Implementation
const KYCInputField({
super.key,
required this.formProps,
required this.styleProps,
required this.validationManager,
this.validationPatternErrorMessage,
this.disabled = false,
this.keyboardType = TextInputType.text,
this.onChange,
this.validationPattern,
this.obscureText = false,
this.maskAadhaar = false,
});