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