ifOpenDialog property

bool ifOpenDialog
final

If true, the UserExceptionDialog will show in the dialog or similar UI. If false you can still show the error in a different way, usually showing errorText in the UI element that is responsible for the error.

Implementation

final bool ifOpenDialog;