onErrorTap property

(void Function(String error)?) onErrorTap
final

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

Implementation

final void Function(String error)? onErrorTap;