SdlxNotificationActionButton constructor

SdlxNotificationActionButton({
  1. int type = SDL_NOTIFICATION_ACTION_TYPE_BUTTON,
  2. String actionId = '',
  3. String actionLabel = '',
})

Implementation

SdlxNotificationActionButton({
  super.type = SDL_NOTIFICATION_ACTION_TYPE_BUTTON,
  this.actionId = '',
  this.actionLabel = '',
});