SdlxNotificationEvent constructor

SdlxNotificationEvent({
  1. int type = SDL_EVENT_NOTIFICATION_ACTION_INVOKED,
  2. int reserved = 0,
  3. int timestamp = 0,
  4. int which = 0,
  5. String actionId = '',
})

Implementation

SdlxNotificationEvent({
  super.type = SDL_EVENT_NOTIFICATION_ACTION_INVOKED,
  super.reserved = 0,
  super.timestamp = 0,
  this.which = 0,
  this.actionId = '',
});