builder property
Function that returns the widget representing this form field. It is passed the form field state as input, containing the current value and validation state of this field.
Implementation
final FormFieldModifierBuilder<T> builder;
Function that returns the widget representing this form field. It is passed the form field state as input, containing the current value and validation state of this field.
final FormFieldModifierBuilder<T> builder;