bloc property
B?
bloc
final
You can optionally provide an RxBloc
to the bloc field, if you do
the provided bloc would be used, otherwise RxFormFieldBuilder
automatically searches for and uses the closest instance up the widget tree
of RxBloc
of type B
.
Implementation
final B? bloc;