GpProfileDocumentConfig constructor
const
GpProfileDocumentConfig({
- String hintText = 'Document number',
- TextInputType keyboardType = TextInputType.number,
- String? validator()?,
- List<
TextInputFormatter> ? inputFormatters, - String? helperText,
- int? maxLength,
Implementation
const GpProfileDocumentConfig({
this.hintText = 'Document number',
this.keyboardType = TextInputType.number,
this.validator,
this.inputFormatters,
this.helperText,
this.maxLength,
});