NotificationContent constructor

const NotificationContent({
  1. String? title,
  2. String? text,
})

Implementation

const NotificationContent({
  this.title,
  this.text,
});