RxFormFieldShowError<B extends RxBlocTypeBase> typedef
Contract type used for defining a RxFormFieldBuilder state which toggles the visibility of errors
Implementation
typedef RxFormFieldShowError<B extends RxBlocTypeBase> = Stream<bool> Function(
B);