builder property

RxFormFieldBuilderFunction<B, T> builder
final

A builder function is required, this is a function which gives you access to the current field state, and must return a Widget.

Implementation

final RxFormFieldBuilderFunction<B, T> builder;