WidgetAction constructor

WidgetAction(
  1. WidgetView target,
  2. Event event,
  3. View view,
  4. Handler handler,
)

Implementation

WidgetAction(this.target, this.event, this.view, this.handler);