WebNotificationPanel constructor

const WebNotificationPanel({
  1. Key? key,
  2. required VoidCallback onClose,
})

Implementation

const WebNotificationPanel({super.key, required this.onClose});