NotificationSettings constructor

const NotificationSettings({
  1. bool playPauseEnabled = true,
  2. bool nextEnabled = true,
  3. bool prevEnabled = true,
  4. bool stopEnabled = true,
  5. bool seekBarEnabled = true,
  6. NotificationAction? customNextAction,
  7. NotificationAction? customPlayPauseAction,
  8. NotificationAction? customPrevAction,
  9. NotificationAction? customStopAction,
  10. AndroidResDrawable? customNextIcon,
  11. AndroidResDrawable? customPauseIcon,
  12. AndroidResDrawable? customPlayIcon,
  13. AndroidResDrawable? customPreviousIcon,
  14. AndroidResDrawable? customStopIcon,
  15. AndroidResDrawable? customPrevIcon,
})

Implementation

const NotificationSettings({
  this.playPauseEnabled = true,
  this.nextEnabled = true,
  this.prevEnabled = true,
  this.stopEnabled = true,
  this.seekBarEnabled = true,
  this.customNextAction,
  this.customPlayPauseAction,
  this.customPrevAction,
  this.customStopAction,
  this.customNextIcon,
  this.customPauseIcon,
  this.customPlayIcon,
  this.customPreviousIcon,
  this.customStopIcon,
  this.customPrevIcon,
});