onSubmissionCancelled property

FormBlocListenerCallback<FormBlocSubmissionCancelled<SuccessResponse, ErrorResponse>, SuccessResponse, ErrorResponse>? onSubmissionCancelled
final

It is the state that you must yield last in the method FormBloc.onCancelingSubmission. The previous state must be FormBlocSubmitting.

Implementation

final FormBlocListenerCallback<
    form_bloc.FormBlocSubmissionCancelled<SuccessResponse, ErrorResponse>,
    SuccessResponse,
    ErrorResponse>? onSubmissionCancelled;