ClickEvent typedef

ClickEvent = void Function(String? event)

On click event callback

Implementation

typedef void ClickEvent(String? event);