WebNotificationPanel constructor
const
WebNotificationPanel({
- Key? key,
- required VoidCallback onClose,
Implementation
const WebNotificationPanel({super.key, required this.onClose});