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