We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0239f8 commit 05012dbCopy full SHA for 05012db
packages/devtools_app/lib/src/framework/notifications_view.dart
@@ -172,7 +172,8 @@ class _NotificationOverlay extends StatelessWidget {
172
}
173
174
class _Notification extends StatefulWidget {
175
- const _Notification({required this.message, required this.remove});
+ _Notification({required this.message, required this.remove})
176
+ : super(key: UniqueKey());
177
178
final NotificationMessage message;
179
final void Function(_Notification) remove;
0 commit comments