EventHandler constructor
const
EventHandler({
- EventPriority priority = EventPriority.normal,
- bool ignoreCancelled = true,
Implementation
const EventHandler({
this.priority = EventPriority.normal,
this.ignoreCancelled = true,
});