RxFormFieldBuilderFunction<B extends RxBlocTypeBase, T> typedef

RxFormFieldBuilderFunction<B extends RxBlocTypeBase, T> = Widget Function(RxFormFieldBuilderState<B, T, RxFormFieldBuilder<B, T>> fieldState)

Contract defining a builder function which will be triggered once a change in the RxFormFieldBuilder state is detected returning a new widget as a result

Implementation

typedef RxFormFieldBuilderFunction<B extends RxBlocTypeBase, T>
    = Widget Function(
        RxFormFieldBuilderState<B, T, RxFormFieldBuilder<B, T>> fieldState);