builder property

FormFieldBuilder<T> builder
final

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 FormFieldBuilder<T> builder;