onInfoTap property

(void Function(String info)?) onInfoTap
final

if onInfoTap is not null an action will be added to the Overlay when an info message occur

Implementation

final void Function(String info)? onInfoTap;