TextFormFieldRF constructor
const
TextFormFieldRF({
- Key? fieldKey,
- dynamic bind,
- dynamic model,
- int? maxLength,
- String? hintText,
- String? hint,
- String? caption,
- FormFieldSetter<
String> ? onSaved, - FormFieldValidator<
String> ? validator, - 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,
});