fields property
List<TFormField>
get
fields
Returns the list of fields in the form.
Implementation
List<TFormField> get fields => const [];
Returns the list of fields in the form.
List<TFormField> get fields => const [];