onErrorTap property

(void Function()?) onErrorTap
final

if onErrorTap is not null an action will be added to the SnackBar when an error message occur

Implementation

final void Function()? onErrorTap;