RxFormFieldShowError<B extends RxBlocTypeBase> typedef

RxFormFieldShowError<B extends RxBlocTypeBase> = Stream<bool> Function(B)

Contract type used for defining a RxFormFieldBuilder state which toggles the visibility of errors

Implementation

typedef RxFormFieldShowError<B extends RxBlocTypeBase> = Stream<bool> Function(
    B);