CallNotificationWidget constructor
- CallNotification notification, {
- Key? key,
- dynamic onClose()?,
Implementation
const CallNotificationWidget(this.notification, {super.key, this.onClose});
const CallNotificationWidget(this.notification, {super.key, this.onClose});