FormFieldBuilder<T> typedef
FormFieldBuilder<T> =
Widget Function(FormFieldState<T> field)
Signature for building the widget representing the form field.
Used by FormField.builder.
Implementation
typedef FormFieldBuilder<T> = Widget Function(FormFieldState<T> field);