NotificationOptions constructor
const
NotificationOptions({
- NotificationContent? content,
- NotificationAvatar? avatar,
- bool useCustomLayout = false,
Implementation
const NotificationOptions({
this.content,
this.avatar,
this.useCustomLayout = false,
});