NotificationOptions constructor

const NotificationOptions({
  1. NotificationContent? content,
  2. NotificationAvatar? avatar,
  3. bool useCustomLayout = false,
})

Implementation

const NotificationOptions({
  this.content,
  this.avatar,
  this.useCustomLayout = false,
});