WidgetClickListener constructor

WidgetClickListener(
  1. ClickEvent? _clickEvent,
  2. SharkController _controller
)

Implementation

WidgetClickListener(this._clickEvent, this._controller);