formBloc property

FormBloc? formBloc
final

If the formBloc parameter is omitted, FormBlocListener will automatically perform a lookup using BlocProvider.of<FormBloc> and the current BuildContext.

Implementation

final FormBloc? formBloc;