state property

RxFormFieldState<B, T> state
final

A state callback, which returns a Stream of values which are provided to the builder function in order to be displayed.

Implementation

final RxFormFieldState<B, T> state;