builder property

Widget Function(FormFieldState<T>) builder
final

Builds the visual representation using the current field state.

Implementation

final Widget Function(FormFieldState<T>) builder;