StandardNotificationWidget constructor
const
StandardNotificationWidget({
- Key? key,
- required NotificationConfig config,
Implementation
const StandardNotificationWidget({
Key? key,
required this.config,
}) : super(key: key);