UTextFieldConfig constructor
UTextFieldConfig({
- required TagTextFieldType type,
- int? minLength,
- int? maxLength,
Implementation
UTextFieldConfig({
required this.type,
this.minLength,
this.maxLength,
});