NotificationSettings constructor
const
NotificationSettings({})
Constructs an instance of NotificationSettings
.
Open PR if you want more features.
Implementation
const NotificationSettings({
required this.title,
required this.body,
this.stopButton,
this.icon,
});