TextFieldProps constructor
const
TextFieldProps({
- int? minLength,
- int? maxLength,
- TextInputType? keyboardType,
- List<
TextInputFormatter> ? inputFormatters, - void onChanged(
- String val
Implementation
const TextFieldProps({this.minLength, this.maxLength, this.keyboardType, this.inputFormatters, this.onChanged});