$TextOptions constructor

$TextOptions({
  1. int? maxLength,
  2. int? minLength,
})

Implementation

$TextOptions({
  this.maxLength,
  this.minLength,
});