FormBuilderInput.textField constructor
Implementation
FormBuilderInput.textField({
@required this.label,
@required this.type,
@required this.attribute,
this.hint,
this.value,
this.require = false,
this.validator,
this.min,
this.max,
//TODO: Include maxLines for multiline text
});