NotificationOption constructor

NotificationOption(
  1. {String? title,
  2. String? subtitle,
  3. IconData? icon}
)

Implementation

NotificationOption({this.title, this.subtitle, this.icon});