CuReNotificationBanner constructor

const CuReNotificationBanner({
  1. Key? key,
  2. LocalNotification? notification,
  3. bool? hasSafeArea,
})

Implementation

const CuReNotificationBanner({
  super.key,
  this.notification,
  this.hasSafeArea,
});