showErrorState property

RxFormFieldShowError<B> showErrorState
final

A showErrorState callback, which returns a Stream of boolean values which determine when it is time to show any potential errors. !The stream provided by showErrorState must never emmit an error.

Implementation

final RxFormFieldShowError<B> showErrorState;