TextFieldProps constructor

const TextFieldProps({
  1. int? minLength,
  2. int? maxLength,
  3. TextInputType? keyboardType,
  4. List<TextInputFormatter>? inputFormatters,
  5. void onChanged(
    1. String val
    )?,
})

Implementation

const TextFieldProps({this.minLength, this.maxLength, this.keyboardType, this.inputFormatters, this.onChanged});