FormFieldModifierBuilder<T> typedef

FormFieldModifierBuilder<T> = Widget Function(FormFieldState<T> field, Widget? child)

Signature for building the widget representing the form field.

Used by FormField.builder.

Implementation

typedef FormFieldModifierBuilder<T> = Widget Function(
  FormFieldState<T> field,
  Widget? child,
);