TextFormFieldRF constructor

const TextFormFieldRF({
  1. Key? fieldKey,
  2. dynamic bind,
  3. dynamic model,
  4. int? maxLength,
  5. String? hintText,
  6. String? hint,
  7. String? caption,
  8. FormFieldSetter<String>? onSaved,
  9. FormFieldValidator<String>? validator,
  10. ValueChanged<String>? onFieldSubmitted,
})

Implementation

const TextFormFieldRF({
  this.fieldKey,
  this.bind,
  this.model,
  this.maxLength,
  this.hintText,
  this.hint,
  this.caption,
  this.onSaved,
  this.validator,
  this.onFieldSubmitted,
});