UTextFieldConfig constructor

UTextFieldConfig({
  1. required TagTextFieldType type,
  2. int? minLength,
  3. int? maxLength,
})

Implementation

UTextFieldConfig({
  required this.type,
  this.minLength,
  this.maxLength,
});