Widget FormFieldBuilder(FormFieldState<T> field)

Signature for building the widget representing the form field.

Used by FormField.builder.

Source

typedef Widget FormFieldBuilder<T>(FormFieldState<T> field);