CallNotificationWidget constructor

const CallNotificationWidget(
  1. CallNotification notification, {
  2. Key? key,
  3. dynamic onClose()?,
})

Implementation

const CallNotificationWidget(this.notification, {super.key, this.onClose});