formBloc property

FormBloc2? formBloc
final

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

Implementation

final FormBloc2? formBloc;