Event constructor
Event(
- EventTypes type, {
- Map<
String, String?> ? parameters, - bool bubbles = true,
- bool cancellable = true,
- WidgetModel? model,
Implementation
Event(this.type,
{this.parameters,
this.bubbles = true,
this.cancellable = true,
this.model});